Doug Gregor - Re: [C++ PATCH] Implementation of C++0x decltype (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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] |
- From: "Doug Gregor"
- To: "Gabriel Dos Reis"
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 3 Feb 2007 23:21:57 -0500
- Subject: Re: [C++ PATCH] Implementation of C++0x decltype
- References: <DD0CB178-0922-4E11-B5E4-0AA796BB316E@osl.iu.edu> <87sldmob8f.fsf@soliton.cs.tamu.edu> <24b520d20702031941g4c44a8c2je435152fcbcdbb2f@mail.gmail.com> <Pine.GSO.4.58.0702032143050.14206@sun>
On 2/3/07, Gabriel Dos Reis gdr@cs.tamu.edu wrote:
On Sat, 3 Feb 2007, Doug Gregor wrote: | Perhaps we should have a short-term branch for these features, and | others that are very likely to go into the WP soon, have complete | implementations,
I think that had have been suggested.
I was avoiding it (I hack on too many versions of GCC already!), but it's becoming necessary...
I'm glad to see your implementation of decltype is more complete than what I had 2-3 years ago. However, the manling issue still needs to be resolved. There is an open PR for that -- involving typeof.
Looks like there are a couple PRs against typeof for similar issues. With decltype, I chose to skip the expression entirely, because mangling arbitrary expressions is a mess that I am eager to avoid. When they reopen the C++ ABI discussions for C++0x, that'll be the time to deal with this mangling issue...
Cheers, Doug
- Follow-Ups:
- Re: [C++ PATCH] Implementation of C++0x decltype
* From: Gabriel Dos Reis
- Re: [C++ PATCH] Implementation of C++0x decltype
- References:
- [C++ PATCH] Implementation of C++0x decltype
* From: Douglas Gregor - Re: [C++ PATCH] Implementation of C++0x decltype
* From: Gabriel Dos Reis - Re: [C++ PATCH] Implementation of C++0x decltype
* From: Doug Gregor - Re: [C++ PATCH] Implementation of C++0x decltype
* From: Gabriel Dos Reis
- [C++ PATCH] Implementation of C++0x decltype
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |