autoconf
[Top][All Lists]
Advanced

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

Re: Possible bug in many acspecific tests under AC_LANG(C++)


From: Paul Eggert
Subject: Re: Possible bug in many acspecific tests under AC_LANG(C++)
Date: Wed, 29 May 2002 14:21:56 -0700 (PDT)

> From: Peter Eisentraut <address@hidden>
> Date: Wed, 29 May 2002 18:37:00 +0200 (CEST)
> 
> >       return $ac_func != 0;
> 
> This doesn't work in C++ if the function is overloaded.

OK, but doesn't the current AC_CHECK_FUNC have that problem already?
And likewise for AC_REPLACE_FUNCS, AC_CHECK_DECL, etc.?

It would be nice to add support for overloaded functions, but I
suspect it won't be trivial.  In the meantime, it would be nice to fix
the tests for ordinary (non-overloaded) functions.



reply via email to

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