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]

Re: basic_string missing clear() method in 2.95.2


> In gcc 2.95.2, the basic_string class defined in:
> 
> libstdc++/std/bastring.h
> 
> is missing a clear() method. According to the ISO C++
> standard, section 21.3.3:

Thanks for your bug report. This is, in principle, a known bug, see

http://gcc.gnu.org/bugs.html#library

for details. If you would like to see this feature before libstdc++ v3
is released, please submit a patch to gcc-patches@gcc.gnu.org.

Regards,
Martin

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