$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matt Borland (matt_at_[hidden])
Date: 2024-01-17 12:28:52
>
> Is strtod operating in non-C locale required to correctly parse a number
> that was formatted using C locale? For example, what if it expects a
> fractional digits separator other than dot?
I see your point. I'll open an issue. I believe that strtold will do the wrong thing, and frankly I don't know what strtoflt128 out of <quadmath> does but I assume it's the same.
Matt