Hello Paul, Thanks for the fix. It works well on Windows. We do compile with Visual Studio 2022 ( _MSC_VER = 1934) and Visual Studio 2017 ( _MSC_VER = 1912).
Kind Regards Manuela Friedrich On Wed, Jan 15, 2025 at 7:02 AM Paul Eggert <[email protected]> wrote: > Further testing showed that recent patch's use of compound literals also > runs afoul of GCC in unusual configurations, and it appears that C23 > requires that it use 'constexpr' sometimes but not others. So let's drop > that and go to the simpler approach that NetBSD uses. This should also > work even with no-longer-supported Microsoft compilers. Proposed further > patch installed and attached. > > I hope this is the last thing we need to change before the 2025a release.
