[Ilugc] gcc stl

  • From: sajithts@xxxxxxxxxxxxx (Sajith T S)
  • Date: Wed, 28 Jan 2004 18:33:12 +0530

Sridhar R wrote:

Where can I get information regarding GNU
implementation of STL that is used in GCC?

In the source, perhaps?

Since this is _Standard_ Template Library, there shouldn't be
any GNUisms visible for a C++ programmer - for them, the reference
is usually here:

http://www.sgi.com/tech/stl/

Since you're looking for STL implementation details, _the_ place
to look for is the source itself, obviously.

http://gcc.gnu.org/libstdc++/

Regards,
Sajith.

Other related posts: