Path to this page:
Subject: CVS commit: pkgsrc/textproc/fmtlib
From: Adam Ciarcinski
Date: 2025-01-27 11:00:57
Message id: 20250127100057.3B9D4FBE0@cvs.NetBSD.org
Log Message:
fmtlib: updated to 11.1.3
11.1.3
Fixed compilation on GCC 9.4
Worked around an internal compiler error when using C++20 modules with GCC 14.2 \
and earlier
Worked around a bug in GCC 6
Fixed an issue caused by instantiating formatter<const T>
Fixed formatting into std::ostreambuf_iterator when using format string compilation
Restored a constraint on the map formatter so that it correctly reports as \
unformattable when the element is
Reduced the size of format specs
Readded args() to fmt::format_context
Fixed a bogus MSVC warning
Fixed a pedantic mode error in the CMake config
Files: