Hi,
 
I want to write an Autoconf macro that checks for overloaded functions
in C++ (assuming of course all basic C++ configuration checks have been
done).  For example, does the C++ compiler support function calls to
abs() in <math.h> or <cmath> for all integer types ranging from 'bool'
up to 'unsigned long long'?

I couldn't find such a macro in the latest Autoconf distribution or the
Autoconf macro archive.  Any help would be appreciated.

Thanks,
Eric.


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to