c++ STL change?

m. michal017@centrum.sk
Mon Nov 10 14:06:00 GMT 2003


I am using STL classes with gcc and I noticed a change between 3.3.2 and
3.2.2 versions in the std::map class implementation.

The typename for value type in map differs:
3.3.2 = mapped_type
3.2.2 = data_type
(as seen in c++/3.x.x/bits/stl_map.h file).

I am using STL manual from http://www.sgi.com/tech/stl/Map.html which
says it should be data_type as it is in the 3.2.2 version.
Can anyone explain this?
Thanks..
michal



More information about the Gcc-help mailing list