http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54468
Bug #: 54468
Summary: type trait is_unsigned<...>::value for C++11 enum
class with underlying unsigned type not true
Classification: Unclassified
Product: gcc
Version: 4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54468
Michael H. Cox changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: mhcox at bluezoosoftware dot com
According to section 25.3.11, the rotate(first, middle, last) algorithm should
return a forward iterator
gnedTo: unassigned at gcc dot gnu dot org
ReportedBy: mhcox at bluezoosoftware dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21901
--- Additional Comments From mhcox at bluezoosoftware dot com 2005-06-04
17:17 ---
Subject: RE: Nested class has access to Nestee's private member functions
>From my copy of the C++ standard (ISO/IEC 14882:1998(E)) [class.access.net]
11.8.1:
The members of a nested cl
--- Additional Comments From mhcox at bluezoosoftware dot com 2005-06-04
17:20 ---
>From my copy of the C++ standard (ISO/IEC 14882:1998(E)) [class.access.net]
11.8.1:
The members of a nested class have no special access to members of an
enclosing class, nor to classes