This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11701] Typeof problems in detecting whether its argument is a type or an expression
- From: "gcc-bugzilla at contacts dot eelis.net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 22 Mar 2012 21:56:17 +0000
- Subject: [Bug c++/11701] Typeof problems in detecting whether its argument is a type or an expression
- Auto-submitted: auto-generated
- References: <bug-11701-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11701
--- Comment #2 from Eelis <gcc-bugzilla at contacts dot eelis.net> 2012-03-22 21:56:17 UTC ---
For what it's worth: as the original reporter, I no longer care about this bug
(or typeof in general), because we now have C++11 with decltype. :)