This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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: libstdc++/5110: num_put caches num_punct values


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5110

It turns out that the caching of values returned from facet virtuals
is not only meant to be allowed, but it was even specifically intended
when locale was designed. I will be submitting an issue to clarify the
standard to that effect. The opinion of the rest of the LWG is that
behavior of the test case should be unspecified.

Thanks
Martin


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