This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

num_get<>::_M_extract



1. At the line 258 of bits/locfacets.tcc you wrote:
// XXX Need to deal with discarding leading zeros for non-octal numbers!

The strto* functions do it. 
I am not sure if it is a (C) standard behaviour, but I assume it is.


2. The function num_get<>::_M_extract does nothing know about the
length of the __xtrc buffer. Perhaps is would be saver to fix it?


Ryszard Kabatek
Martin-Luther University Halle-Wittenberg, Department of Physical Chemistry
Geusaer Str. 88, 06217 Merseburg, Germany
Tel. +49 3461 46 2487 Fax. +49 3461 46 2129



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]