This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
are these uses in the new code of int instead of bool intended or "historical"? Seem weird, definitely from the C++ (but even from the C) point of view.
! ! template <typename Element> ! inline int ! pointer_hash<Element>::equal (const T *existing, ! const T *candidate) ! { ! return existing == candidate; }
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |