This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/53978] Missing static const definitions in <bits/alloc_traits.h>
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 16 Jul 2012 20:47:45 +0000
- Subject: [Bug libstdc++/53978] Missing static const definitions in <bits/alloc_traits.h>
- Auto-submitted: auto-generated
- References: <bug-53978-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53978
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-16 20:47:45 UTC ---
Author: redi
Date: Mon Jul 16 20:47:40 2012
New Revision: 189548
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189548
Log:
PR libstdc++/53978
* include/bits/alloc_traits.h (allocator_traits): Define static
constants.
* include/bits/ptr_traits.h (pointer_traits): Likewise.
* include/ext/alloc_traits.h (__allocator_always_compares_equal):
Likewise.
Modified:
branches/gcc-4_7-branch/libstdc++-v3/ChangeLog
branches/gcc-4_7-branch/libstdc++-v3/include/bits/alloc_traits.h
branches/gcc-4_7-branch/libstdc++-v3/include/bits/ptr_traits.h
branches/gcc-4_7-branch/libstdc++-v3/include/ext/alloc_traits.h