[Bug libstdc++/58357] New: In C++11 std::rotate(first, middle, last) now should return a forward iterator to first + (last - middle).

2013-09-07 Thread mhcox at bluezoosoftware dot com
: 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

[Bug libstdc++/54468] type trait is_unsigned...::value for C++11 enum class with underlying unsigned type not true

2012-09-04 Thread mhcox at bluezoosoftware dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54468 Michael H. Cox mhcox at bluezoosoftware dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libstdc++/54468] New: type trait is_unsigned...::value for C++11 enum class with underlying unsigned type not true

2012-09-03 Thread mhcox at bluezoosoftware dot com
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

[Bug c++/21901] Nested class has access to Nestee's private member functions

2005-06-04 Thread mhcox at bluezoosoftware dot com
--- 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 class have

[Bug c++/21901] Nested class has access to Nestee's private member functions

2005-06-04 Thread mhcox at bluezoosoftware dot com
--- 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

[Bug c++/21901] New: Nested class has access to Nestee's private member functions

2005-06-03 Thread mhcox at bluezoosoftware dot com
: 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