In C++ is there a way to check that the nullptr
keyword is available? Or can you check that C++11 is supported?
I would like a way like this:
#ifndef c++11
#define nullptr 0
In C++ is there a way to check that the nullptr
keyword is available? Or can you check that C++11 is supported?
I would like a way like this:
#ifndef c++11
#define nullptr 0