[PATCH 0/1] libstdc++: avoid bf16 literal in format internal alias
Jakit Liang
jakitliang@gmail.com
Sat Sep 5 21:04:32 GMT 2026
This patch updates the internal bfloat16 alias used by <format>
on master.
It replaces __format::__bflt16_t = decltype(0.0bf16) with
__gnu_cxx::__bfloat16_t, keeping the existing bfloat16 argument path
intact while avoiding a direct bf16 literal dependency in this header.
Tested on x86_64-linux-gnu.
Jakit Liang (1):
libstdc++: avoid bf16 literal in format internal alias
libstdc++-v3/include/std/format | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.47.3
More information about the Libstdc++
mailing list