Path to this page:
Subject: CVS commit: pkgsrc/textproc/fmtlib
From: Adam Ciarcinski
Date: 2024-07-20 20:52:16
Message id: 20240720185216.3FFA1FC74@cvs.NetBSD.org
Log Message:
fmtlib: updated to 11.0.2
11.0.2
Fixed compatibility with non-POSIX systems
Fixed performance regressions when using std::back_insert_iterator with \
fmt::format_to
Fixed handling of std::generator and move-only iterators
Made formatter<std::string_view>::parse work with types convertible to \
std::string_view
Made volatile void* formattable
Made Glib::ustring not be confused with std::string
Made fmt::context iterator compatible with STL algorithms that rely on iterator \
category
Files: