head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2017.07.29.22.29.49; author wiz; state dead; branches; next 1.1; commitid wVhet5tZlStjWa1A; 1.1 date 2017.07.29.10.00.03; author wiz; state Exp; branches; next ; commitid ir1aRSkPeYI2N61A; desc @@ 1.2 log @boost-headers: revert previous; upstream says it's incorrect and it's incomplete too. Bump PKGREVISION. @ text @$NetBSD: patch-boost_locale_generator.hpp,v 1.1 2017/07/29 10:00:03 wiz Exp $ Avoid deprecated auto_ptr. https://github.com/boostorg/locale/pull/19 --- boost/locale/generator.hpp.orig 2017-04-17 02:22:21.000000000 +0000 +++ boost/locale/generator.hpp @@@@ -220,7 +220,7 @@@@ namespace boost { void operator=(generator const &); struct data; - std::auto_ptr d; + std::unique_ptr d; }; } @ 1.1 log @boost-headers: do not use auto_ptr Fixes build of gnucash-wip. Reported upstream as https://github.com/boostorg/locale/pull/19 Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @