help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: small question about hash and namespace


From: Faheem Mitha
Subject: Re: small question about hash and namespace
Date: Sun, 03 Oct 2004 14:02:28 GMT
User-agent: slrn/0.9.8.0 (Linux)

On Sun, 03 Oct 2004 11:50:16 +0200, Thomas Maeder <maeder@glue.ch> wrote:
> Faheem Mitha <faheem@email.unc.edu> writes:
>
>> using __gnu_cxx::hash<const char*>;
>
> using declarations declare names, not template specializations.
>
> using __gnu_cxx::hash;
>
> should work.

I thought I had tried this earlier and it didn't work. Apparently not,
because it is working now. Thanks.

                                                                 Faheem.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]