This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/6273] [DR 502] Dependency of nested enumerations and enumerators
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Sep 2005 20:03:44 -0000
- Subject: [Bug c++/6273] [DR 502] Dependency of nested enumerations and enumerators
- References: <20020412062603.6273.comer@mail333.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-17 20:03 -------
The code snippet from comment #4 is now accepted on the 4.0 branch
and mainline due to Mark's patch for PR21514:
http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00996.html
The anonymous enum is again treated via SFINAE.
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords|monitored |
Summary|[4.0/4.1 regression] User- |[DR 502] Dependency of
|defined operator+ and use of|nested enumerations and
|enum values in computation |enumerators
|of array bounds |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6273