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]

Bug in libstdc++ documentation of std::set


Hello,

I found a bug in the documentation of std::set. The begin()-function is said to return a read/write-iterator, but it doesn't. The iterator of the std::set is always a const_iterator. I would be glad, if you could fix this documentation error.

Sincerly

Manuel Günther
Institut für Neuroinformatik
Ruhr-Universität Bochum


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