head 1.2; access; symbols pkgsrc-2015Q1:1.1.0.2 pkgsrc-2015Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2015.04.17.14.04.47; author adam; state dead; branches; next 1.1; commitid JDTHq8j3oFqlWWhy; 1.1 date 2015.01.15.13.01.44; author joerg; state Exp; branches; next ; commitid PO2Mavet7upQy76y; desc @@ 1.2 log @Changes 1.58.0: * New Libraries: - Endian: Types and conversion functions for correct byte ordering and more regardless of processor endianness. - Sort: Includes spreadsort, a general-case hybrid radix sort that is faster than O(n*log(n)) * Updated Libraries: @ text @$NetBSD: patch-boost_intrusive_circular__list__algorithms.hpp,v 1.1 2015/01/15 13:01:44 joerg Exp $ --- boost/intrusive/circular_list_algorithms.hpp.orig 2015-01-13 12:09:16.000000000 +0000 +++ boost/intrusive/circular_list_algorithms.hpp @@@@ -475,7 +475,7 @@@@ class circular_list_algorithms BOOST_CATCH(...){ node_traits::set_next (last_to_remove, new_f); node_traits::set_previous(new_f, last_to_remove); - throw; + BOOST_RETHROW } BOOST_CATCH_END node_traits::set_next(last_to_remove, new_f); @ 1.1 log @Don't use plain "throw;", it breaks clang -fno-exceptions build. Bump revision of boost-headers. @ text @d1 1 a1 1 $NetBSD$ @