Re: Overloaded Function Checks

2007-03-15 Thread Guido Draheim
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

Overloaded Function Checks

2007-03-15 Thread Eric Lemings
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