On 2026-01-05 10:12, Jonathan Wakely wrote:
- char const *utf8 = u8"UTF-8 string \u2500"; + auto const *utf8 = u8"UTF-8 string \u2500";
Thanks, I installed that into Gnulib for now, though I'm still interested in the more-ambitious approach (taken by bleeding-edge Autoconf) of not fiddling with C++ versions here.
