caffe icon indicating copy to clipboard operation
caffe copied to clipboard

??

Open Gavince opened this issue 6 years ago • 0 comments

/usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:255:64: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:454:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn() ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:467:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn() ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:544:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr<Y> & r ) ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:553:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr<Y> && r ) ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)’: /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:555:33: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this ); ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(75): warning: variable "tmp" was set but never used

/home/gavin/anaconda3/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(75): warning: variable "tmp" was set but never used

/home/gavin/anaconda3/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(75): warning: variable "tmp" was set but never used

/home/gavin/anaconda3/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(75): warning: variable "tmp" was set but never used

/home/gavin/anaconda3/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(75): warning: variable "tmp" was set but never used

/home/gavin/anaconda3/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(75): warning: variable "tmp" was set but never used

/home/gavin/anaconda3/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp(75): warning: variable "tmp" was set but never used

/home/gavin/anaconda3/include/boost/smart_ptr/detail/shared_count.hpp:402:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) ) ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:255:64: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:454:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn() ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:467:17: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn() ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:544:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr<Y> & r ) ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:553:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] shared_ptr & operator=( std::auto_ptr<Y> && r ) ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr; ^ /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)’: /home/gavin/anaconda3/include/boost/smart_ptr/shared_ptr.hpp:555:33: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this ); ^ /usr/include/c++/5/bits/unique_ptr.h:49:25: note: declared here template class auto_ptr;

Gavince avatar Mar 17 '19 12:03 Gavince