Title
[dec.tr] Wrong parameters for wcstod* functions
Status
trdec
Section
[trdec.types.cwchar]
Submitter
Daniel Krugler

Created on 2006-05-28.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change "3.9.1 Additions to <cwchar> synopsis" to:

       namespace std {
       namespace decimal {
         // 3.9.2 wcstod functions:
         decimal32  wcstod32  (const char wchar_t * nptr, char wchar_t ** endptr);
         decimal64  wcstod64  (const char wchar_t * nptr, char wchar_t ** endptr);
         decimal128 wcstod128 (const char wchar_t * nptr, char wchar_t ** endptr);
       }
       }
Date: 2006-05-28.00:00:00

Daniel writes:

- 3.9.1 'Additions to <cwchar>' provides wrong signatures to the wcstod32, wcstod64, and wcstod128 functions ([the parameters have type pointer-to-] char instead of wchar_t).

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg3185
2006-05-28 00:00:00admincreate