This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: RFC: change in std::type_info's equality operator
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: Matt Austern <austern at apple dot com>, libstdc++ <libstdc++ at gcc dot gnu dot org>, gcc mailing list <gcc at gcc dot gnu dot org>
- Date: 13 Feb 2004 15:16:33 +0100
- Subject: Re: RFC: change in std::type_info's equality operator
- Organization: Integrable Solutions
- References: <B31A11EE-573B-11D8-99B0-000A95AA5E5E@apple.com><402137EC.9020208@suse.de>
Paolo Carlini <pcarlini@suse.de> writes:
| I have double checked the standard ;) and everything seems ok with
| your proposal. Indeed, we are already using an identical strategy for
| locale::operator== (perhaps we could improve that implementation, but
| this is another story ;).
I'm not sure locale comparison is as widely used as type_info comparison.
-- Gaby