That would be a big YES - as in practically all C++ compilers.  It was a
part of the draft ANSI standard for C++ for rather a long time (but not in
the final standard?).

-----Original Message-----
From: Stig S. Bakken [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 04, 2002 1:23 AM

Isn't __cplusplus defined for all C++ compilers?

#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
}
#endif

This is pretty common in library header files at least.

 - Stig


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to