From: <arn...@us...> - 2006-10-08 22:22:26
|
Revision: 668 http://svn.sourceforge.net/dcplusplus/?rev=668&view=rev Author: arnetheduck Date: 2006-10-08 15:22:19 -0700 (Sun, 08 Oct 2006) Log Message: ----------- comment fix Modified Paths: -------------- dcplusplus/trunk/client/stdinc.h Modified: dcplusplus/trunk/client/stdinc.h =================================================================== --- dcplusplus/trunk/client/stdinc.h 2006-10-08 20:45:44 UTC (rev 667) +++ dcplusplus/trunk/client/stdinc.h 2006-10-08 22:22:19 UTC (rev 668) @@ -72,7 +72,7 @@ # ifdef _STLPORT_VERSION # define HASH_SET_X(key, hfunc, eq, order) hash_set<key, hfunc, eq > # define HASH_MAP_X(key, type, hfunc, eq, order) hash_map<key, type, hfunc, eq > -// STLPort 4.6.2 hash_multimap buggy +// STLPort 5.0.2 hash_multimap buggy # define HASH_MULTIMAP_X(key, type, hfunc, eq, order) multimap<key, type, order > # elif defined(__GLIBCPP__) || defined(__GLIBCXX__) // Using GNU C++ library? # define HASH_SET_X(key, hfunc, eq, order) hash_set<key, hfunc, eq > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |