This is the mail archive of the gcc-help@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]

RE: c++ STL change?


Seems, you are using STL Port Manual.
I guess gcc uses another version.
And according to my experience any internal changes are subject 
to change without any notice.
:(



----
Lev Assinovsky
Aelita Software Corporation
O&S InTrust Framework Division, Team Leader
ICQ# 165072909


> -----Original Message-----
> From: m. [mailto:michal017@centrum.sk]
> Sent: Monday, November 10, 2003 5:05 PM
> To: gcc-help
> Subject: c++ STL change?
> 
> 
> 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
> 


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