help-gplusplus
[Top][All Lists]
Advanced

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

Re: Is it valid to call 'operator T()' directly in an template function?


From: Lionel B
Subject: Re: Is it valid to call 'operator T()' directly in an template function?
Date: 17 Nov 2004 02:25:05 -0800
User-agent: G2/0.2

Feng Ye wrote:
> Hi,
>    I got this error when compiling the following code by g++ 3.4.3.
>
>    error: 'const class Field' has no member named 'operator T'
>
>    The comeau online c++ reports no error. Is it a bug of g++?

Hi, that code compiles ok for me using gcc 3.3.3 (cygwin special).
Maybe it's an issue with 3.4.3 ?

-- 
Lionel B



reply via email to

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