$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-11-22 07:01:57
BOOST_PLATFORM is a human-readable text that identifies the platform, but
how about a compiler-readable macros? BOOST_PLATFORM_WIN32,
BOOST_PLATFORM_LINUX, and so on.
Duplicating all platform-specific macro checks (WIN32, _WIN32, __WIN32__)
doesn't seem an elegant solution for platform detection. ;-)
-- Peter Dimov Multi Media Ltd.