http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53027
Bug #: 53027
Summary: pointer_traits<>::rebind is private
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: [email protected]
ReportedBy: [email protected]
The template alias pointer_traits<>::rebind is private (except for the
pointer_traits<T*> specialization), while the standard specifies that it should
be a public member of pointer_traits<>.
