"Boehne, Robert" <[EMAIL PROTECTED]> writes: > > Are there really any C++ compilers that don't support const and inline?
No, the point of the OP's problem was that AC_C_INLINE is based on the C compiler, and sets up a #define that's bogus for C++.
"Boehne, Robert" <[EMAIL PROTECTED]> writes: > > Are there really any C++ compilers that don't support const and inline?
No, the point of the OP's problem was that AC_C_INLINE is based on the C compiler, and sets up a #define that's bogus for C++.