This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Standard header format.
Jason Merrill writes:
> On Sun, 6 Jun 2004 05:16:45 -0400, "Steven T. Hatton" <hattons@globalsymmetry.com> wrote:
>
> > On Sunday 06 June 2004 02:18, Gabriel Dos Reis wrote:
> >> "Steven T. Hatton" <hattons@globalsymmetry.com> writes:
> >> | There are many C++ programmers who have suggested to me the best way
> >> | to learn what the standard headers probide is to look a them.
> >>
> >> That definitely is not the best way. It is one of the worst way.
What I might suggest is to harvest doxygen comments. Right now our
docs are not complete, but assuming that job gets finished properly,
this would give you the standard stuff with docs, as well as anything
else being made publicly available, e.g. hash tables.
Jerry Quinn