bug-gplusplus
[Top][All Lists]
Advanced

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

Re: no matching function for call to `ptr_fun(<unknown type>) ?


From: Thomas Maeder
Subject: Re: no matching function for call to `ptr_fun(<unknown type>) ?
Date: Tue, 12 Mar 2002 20:27:17 +0100
User-agent: Pan/0.11.1.94 (Unix)

On Tue, 12 Mar 2002 19:53:54 +0100, Peter Kapinos wrote:

> test.cxx: In function `int main()':
> test.cxx:17: no matching function for call to `ptr_fun(<unknown type>)'
> 
> #include <ctype.h>

Why not <cctype>?


> std::ptr_fun(isspace)

std::isspace is both a function and a function template.



reply via email to

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