home › Forums › # Technical Support › Error while changing the compiler in cmakelist.txt › Reply To: Error while changing the compiler in cmakelist.txt
September 10, 2014 at 08:16
#1444
Keymaster
Hi,
it seems that your compiler does not support reverse iterators. You will have to find a way to iterate the list from back to front without using iterators.