algo/core/windows.cpp: Fix compilation error with g++4.8
There is a problem in g++4.8: erase with a const_iterator doesn't exist (while it should: it is c++11).
Please register or sign in to comment
Si vous êtes un personnel Inria et que vous souhaitez participer aux tests de notre future plateforme Gitlab basée sur la version ultimate avec gitlab LFS activé merci de contacter Didier Chassignol.
There is a problem in g++4.8: erase with a const_iterator doesn't exist (while it should: it is c++11).