This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Committed: include/tr1/functional (hash<std::wstring>): Wrap in #ifdef _GLIBCXX_USE_WCHAR_T


> From: Eric Botcazou <ebotcazou@libertysurf.fr>
> Date: Tue, 22 Feb 2005 08:01:13 +0100

> > It seems
> > libstdc++-v3/testsuite/tr1/6_containers/unordered/instantiate/hash.cc
> > should be similarly wrapped, because I see the same error
> > message in the testsuite log.
> >
> > 	PR libstdc++/20071
> > 	* include/tr1/functional (hash<std::wstring>): Wrap in #ifdef
> > 	_GLIBCXX_USE_WCHAR_T.
> 
> Thanks, this really helped on Solaris 2.5.1 and 2.6.  Do you plan on 
> committing the fix for hash.cc?  I can confirm that I get no failure with it.

I just made an observation in passing; I never wrote a fix.  So,
if it helps, I'd call it obvious. ;-)

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]