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]

Re: documentation about files


> is there any minimal documentation about the files in the current stdc++?

Yes, and no. Yes, there is plenty of documentation on Standard C++; I
recommend the 3rd edition of Stroustrup's book, and the standard is
also available. g++ implements the standards as close as feasible, so
that any deviations would be considered bugs. From that point of view,
there is no need for extra documentation.

No, g++ does not ship with online documentation about libstdc++. The
primary reason for that is that nobody has written anything. When you
do, please send patches to this list, or 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]