I am using g++ compiler, but it is defaulting to C++98 standard. I want to tell it to use C++11 within my makefile. The first few lines of my makefile are:
CX