Projects
SLE15
bombono
autoptr2uniqueptr.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File autoptr2uniqueptr.patch of Package bombono
diff -ruN old/libs/boost-logging/boost/logging/detail/tss/tss_impl_pthread.hpp new/libs/boost-logging/boost/logging/detail/tss/tss_impl_pthread.hpp --- old/libs/boost-logging/boost/logging/detail/tss/tss_impl_pthread.hpp 2016-04-10 15:15:39.000000000 +0430 +++ new/libs/boost-logging/boost/logging/detail/tss/tss_impl_pthread.hpp 2016-06-18 11:18:42.736469469 +0430 @@ -39,7 +39,7 @@ slots = static_cast<tss_slots*>( pthread_getspecific(tss_data_native_key())); if (slots == 0) { - std::auto_ptr<tss_slots> temp( new_object_ensure_delete<tss_slots>() ); + std::unique_ptr<tss_slots> temp( new_object_ensure_delete<tss_slots>() ); // pre-allocate a few elems, so that we'll be fast temp->resize(BOOST_LOG_TSS_SLOTS_SIZE);
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.