From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11707 invoked by alias); 15 Jul 2005 00:06:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 11678 invoked by alias); 15 Jul 2005 00:05:56 -0000 Date: Fri, 15 Jul 2005 00:07:00 -0000 Message-ID: <20050715000556.11677.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050424165745.21193.TazForEver@dlfp.org> References: <20050424165745.21193.TazForEver@dlfp.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/21193] provide better std::tr1::hash for std::string and std::wstring X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg01853.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-15 00:05 ------- Subject: Bug 21193 CVSROOT: /cvs/gcc Module name: gcc Changes by: paolo@gcc.gnu.org 2005-07-15 00:05:45 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/include/tr1: functional Log message: 2005-07-14 Paolo Carlini PR libstdc++/21193 (float, double, long double) * include/tr1/functional (hash, hash): Reimplement exploiting the Fnv_hash<>::hash helper. (hash): Reimplement using frexp (in this case, due to random padding bits, the former approach is not generally viable). Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.3058&r2=1.3059 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/functional.diff?cvsroot=gcc&r1=1.12&r2=1.13 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21193