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 |
||
---|---|---|
.. | ||
loki | ||
Makefile |