samedi 26 novembre 2016

how am i going to downgrade the source code from c++11 to older version

i am using visual studio lower version does not support the C++11

my Code

CTest::~CTest()
{
    for (auto pQQQ : mQQQ)
    {
        delete pQQQ;
    }
}

the error shows like this: enter image description here

Aucun commentaire:

Enregistrer un commentaire