This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/16875] Fails to compile: STL container of const pointer to X
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Aug 2004 02:07:54 -0000
- Subject: [Bug libstdc++/16875] Fails to compile: STL container of const pointer to X
- References: <20040804124119.16875.loose@astron.nl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-05 02:07 -------
Invalid as 20.4.1 for allocator:
pointer address(reference x) const;
const_pointer address(const_reference x) const;
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16875