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] |
On Mar 7, 2005, Mark Mitchell <mark@codesourcery.com> wrote:
The games that you want to play with type-equality are just too fragile.
I still don't see why.
First, you're using "==". As I've told you, that's incredibly fragile.
Not for the purpose I've been trying to describe.
If that's fine for those cases, it will remain so after templateBut, minor changes elsewhere might make them same_type_p, but not ==, in some cases.
substitution. Sounds *exactly* like what I want.
-- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |