mardi 17 décembre 2019

C++ Access violation reading location 0xFFFFFFFFFFFFFFFF when using __func__ identifier

I am using Visual Studio 2017 and I set the project to use ISO C++14 Standard under C/C++->Languages

The debugger cannot recognize __func__ predefined identifier and it crashes if I try to use it as a string with error:

: Access violation reading location 0xFFFFFFFFFFFFFFFF

What am I missing to be able to use this identifier?

Thanks

Aucun commentaire:

Enregistrer un commentaire