Loki/include
clitte_bbt 347e1f95f8 STL guaranties that operator* and operator. are defined for iterators.
operator-> is added as a requirement by the ISO/ANSI commitee standarzing C++ from july 1995.
So old implementation might fail using operator-> on iterator.
Converting every "itr->first" into "(*itr).first"

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@802 7ec92016-0320-0410-acc4-a06ded1c099a
2007-01-03 21:50:07 +00:00
..
loki STL guaranties that operator* and operator. are defined for iterators. 2007-01-03 21:50:07 +00:00
Makefile - Create initial 0.1.6 changelog 2006-07-14 07:31:37 +00:00