Eric Lemings schrieb:
> 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 or for all integer types ranging fr
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 or for all integer types ranging from 'bool'
up to 'unsigned long long