head 1.2; access; symbols pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2025.09.27.06.54.04; author adam; state dead; branches; next 1.1; commitid 2bSC4dWb7pFmUjcG; 1.1 date 2025.01.23.20.56.00; author wiz; state Exp; branches; next ; commitid GuECowI1QG9zvEGF; desc @@ 1.2 log @boost: updated to 1.89.0 1.89.0 New Libraries Bloom: filters, from Joaquín M López Muñoz. https://www.boost.org/releases/latest/ @ text @$NetBSD: patch-boost_smart__ptr_shared__ptr.hpp,v 1.1 2025/01/23 20:56:00 wiz Exp $ Fix operator<< for shared_ptr and intrusive_ptr. https://github.com/boostorg/smart_ptr/commit/e7433ba54596da97cb7859455cd37ca140305a9c --- boost/smart_ptr/shared_ptr.hpp.orig 2024-12-05 00:53:36.000000000 +0000 +++ boost/smart_ptr/shared_ptr.hpp @@@@ -775,7 +775,7 @@@@ template inline typename shared // operator<< -template std::ostream & operator<< (std::ostream & os, shared_ptr const & p) +template std::basic_ostream & operator<< (std::basic_ostream & os, shared_ptr const & p) { os << p.get(); return os; @ 1.1 log @boost-headers: pull upstream fix Fixes: "operator<< template incompatible with non-char ostreams since 1.87.0" Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @