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: Thomas Maeder
Subject: Re: small question about hash and namespace
Date: Sun, 03 Oct 2004 11:50:16 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)

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.


> Please cc me; I'm not subscribed.

No.


reply via email to

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