9 Sep
2010
9 Sep
'10
11:25 a.m.
symmetry::compare_same_type(): const-correctness fix Problem: The method in question is const, therefore one should use const_iterator to access indices. Some compilers (for instance, MSVC) are very strict about this, and won't accept (invalid) code using non-const iterator. Solution: Changed it to const_iterator