]> sourceware.org Git - glibc.git/commit
Declare wcstofN, wcstofNx for C2x
authorJoseph Myers <joseph@codesourcery.com>
Tue, 14 Mar 2023 18:11:27 +0000 (18:11 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 14 Mar 2023 18:11:27 +0000 (18:11 +0000)
commit9e2ff880f3cbc0b4ec8505ad2ce4a1c92d7f6d56
tree515138de23de16c9aa874aa8daa56055c65170f5
parent2d4728e60621c8844ec679291aa5458c622d8f4f
Declare wcstofN, wcstofNx for C2x

WG14 accepted the changes in N3105 to define wcstofN and wcstofNx
functions for C2x.  Thus enable those for C2x (given also __GLIBC_USE
(IEC_60559_TYPES_EXT) and support for the relevant _FloatN / _FloatNx
type) rather than only for __USE_GNU.

Tested for x86_64.
wcsmbs/wchar.h
This page took 0.044174 seconds and 5 git commands to generate.