[libcxx-commits] [libcxx] [libc++] LWG2381: Inconsistency in parsing floating point numbers (PR #77948)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 31 04:20:29 PDT 2024


frederick-vs-ja wrote:

It seems that I made a wrong change. Decimal point `'.'` should also be allowed to be the leading character.

https://github.com/llvm/llvm-project/blob/f34dedbf44a0578430f81de94f294f4474fee0fb/libcxx/include/locale#L986-L998

I'll fix the regression later today.

https://github.com/llvm/llvm-project/pull/77948


More information about the libcxx-commits mailing list