This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: [RFC] Doubts about digit grouping corner cases


Paolo Carlini wrote:

Not just so, something much stronger: Stage2
may terminate *only* because in == end, not for different reasons,
like two consecutive true discard!!!

Of course, Stage2 also terminates if the character is neither discarded nor accumulated, sorry about that. But, this is my real point, a discarded char (a thousand separator, that is) cannot terminate Stage2!!!

Paolo.


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