This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [PATCH] Fix gnu.ver, fix std::tr1::hash<long double> on {ppc,s390,sparc,alpha}*-linux


 
> Almost perfect.
> I think you should nuke the include/bits/functional_hash.h
> namespace std
> {
>   struct error_code;
> 
>   template<>
>     size_t
>     hash<error_code>::operator()(error_code) const;
> }
> 
> bits as well, in 4.3 std::error_code isn't defined anywhere.
> 
> Once you commit, I'll adjust the long double patch and post it.

Nice catch.

Attached patch is what I checked in.

tested x86_64/linux

-benjamin

Attachment: p.20080229-2
Description: Text document


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