Re: make ignore -std=c++11

2016-05-09 Thread Paul Smith
On Mon, 2016-05-09 at 23:52 +0800, Jesse wrote: > I wrote a c++ program which contains "auto". > And I've wrote the makefile: g++ -std=c++11 ... > However, it still remind of "..does not name a type ..." > I've searched on the net for solution but gain nothing. > I think it might be a bug in m

make ignore -std=c++11

2016-05-09 Thread Jesse
I wrote a c++ program which contains "auto". And I've wrote the makefile: g++ -std=c++11 ... However, it still remind of "..does not name a type ..." I've searched on the net for solution but gain nothing. I think it might be a bug in make?? details can be found in appended pictures. ​ --