Abdellazizhammami / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Enable cpp0x options during compilation of .cpp files. #754

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What change would like to see?

Add the "-std=c++0x" flag during compilation of C++ files.

Why?

Enables optimizations for the string class (avoid creating temporary lvalues).

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?

It shouldn't.

Original issue reported on code.google.com by dmel...@gmail.com on 21 Dec 2011 at 10:06