r216679 - in /trunk: gcc/ChangeLog gcc/ginclude...
redi@gcc.gnu.org
redi@gcc.gnu.org
Fri Oct 24 20:56:00 GMT 2014
Author: redi
Date: Fri Oct 24 20:56:40 2014
New Revision: 216679
URL: https://gcc.gnu.org/viewcvs?rev=216679&root=gcc&view=rev
Log:
C++11 explicitly forbids macros for bool, true and false.
gcc:
* ginclude/stdbool.h: Do not define bool, true or false in C++11.
libstdc++-v3:
* testsuite/18_support/headers/cstdbool/macros.cc: New.
Added:
trunk/libstdc++-v3/testsuite/18_support/headers/cstdbool/macros.cc
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ginclude/stdbool.h
trunk/libstdc++-v3/ChangeLog
More information about the Gcc-cvs
mailing list