Subject: Re: [Boost-users] [Unordered] template find() request
From: Daniel James (daniel_james_at_[hidden])
Date: 2009-03-09 04:26:17


2009/3/9 Daniel James <daniel_james_at_[hidden]>:
>
> Is a std::string constructed for every hash and equality call? I can't
> see a way to avoid that without introducing a traits class.

Actually, I think SFINAE could be used to detect support. I'll look into it.