This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/6709] typeof() cannot be used with the :: operator
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Feb 2004 05:39:32 -0000
- Subject: [Bug c++/6709] typeof() cannot be used with the :: operator
- References: <20020517154601.6709.marco@technoboredom.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-13 05:39 -------
The error message is now:
tests/pr6709.cc: In function `int main()':
tests/pr6709.cc:10: error: `X' in namespace `::' does not name a type
which shows what is happening now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6709