patch.diff

Letto, 05/09/2010 11:38 am

Download (687 Bytes)

b/code/nel/include/nel/misc/types_nl.h Sun May 09 13:27:56 2010 +0300
337 337
#	define CHashMap std::tr1::unordered_map
338 338
#	define CHashSet std::tr1::unordered_set
339 339
#	define CHashMultiMap std::tr1::unordered_multimap
340
#	pragma message("Using TR1 extensions")
341 340
#endif
342 341

343 342
/**