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]

Re: [PATCH] PR c++/42225


On 12/03/2009 09:00 AM, Dodji Seketeli wrote:
* tree.c (strip_typedefs_from_expr): New function.

Eep. If we need to do this, this isn't enough; within decltype we can have an expression of arbitrary complexity, and typedefs can appear anywhere. I'd prefer to avoid messing with decltype if we can.


Jason


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