This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/10690
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: "Wolfgang Bangerth" <bangerth at ices dot utexas dot edu>,<gcc-gnats at gcc dot gnu dot org>,<sebor at roguewave dot com>
- Cc: <gcc-bugs at gcc dot gnu dot org>
- Date: Thu, 8 May 2003 22:18:05 +0200
- Subject: Re: c++/10690
- References: <Pine.LNX.4.44.0305081513520.15700-100000@gandalf.ices.utexas.edu>
Wolfgang Bangerth <bangerth@ices.utexas.edu> wrote:
> there
> were two function templates "foo", so
> typeid(foo<T>)
> could not possibly give a meaningful result.
Well, one is right out due to SFINAE.
Giovanni Bajo