Hi, I have another "out of curiosity"-type question ;)
On 08/16/2012 11:19 AM, Richard Guenther wrote:
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; }
Paolo.