I'm very happy to see this patch, and I hope the experiment works out. It looks like only the variant "inline" is probed for. I have found it useful to probe for "__inline" and "__inline__" first and prefer those. GCC disables the "inline" keyword under "-ansi": http://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html Also, for MSVC, IIRC only "__inline" works. Marvin HumphreyThread Previous | Thread Next