https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80247
Sumit <sbansal at ciena dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |WAITING Resolution|INVALID |--- --- Comment #6 from Sumit <sbansal at ciena dot com> --- Actually, once I have -std=c++11 included in CPPFLAGS, I am able to get rid of nullptr problem. But still in the same compilation environment, one another file is complaining about nullptr not found. I have ensured that both the files compiles with -std=c++11. What can I check?