This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Question/problem related to _Bool in type_traits.h


Carlo Wood <carlo@alinoe.com> writes:

| Why not removing the '#define _Bool   bool' from 3.0's stdbool.h?

Tha won't solve our problem.

| I don't think people should use _Bool in user applications when
| compiling C++ programs with 3.x?  They should use 'bool' that is
| the whole point of stdbool.h, so you can use 'bool' regardless.

But C++ gets mixed with C99 in real world.

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]