From: Niki S. <nik...@gm...> - 2005-03-23 13:48:22
|
On Tue, 22 Mar 2005 20:27:58 -0800, David Catmull <unc...@un...> wrote: > There are several places where #ifdef __MWERKS__ is used for > Mac-specific stuff, which of course fails in XCode. I would suggest #if > TARGET_OS_MAC instead (defined in /usr/include/TargetConditionals.h). > This makes me wonder, is BOOST_MSVC a reliable value for Windows? The > name suggests not. Of course not. I already submitted a patch for one such check. Niki Spahiev |