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] |
Why not removing the '#define _Bool bool' from 3.0's stdbool.h? 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. -- Carlo Wood <carlo@alinoe.com>
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |