|
|
|
Log messageFixed formally incorrect const_reverse_iterator usage (breaks on GCC 4.0)
|
||||||||||||||||||||||
Comment by
ccw808,
Sep 05, 2009
What about using this instead: const std::list < CElement* >& listEntities = find->second; It would avoid copying the list, and should stop GCC issues when using a const iterator. |
|||||||||||||||||||||||