$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-04-25 04:19:44
K. Noel Belcourt wrote:
>>> could both be defined in macos.hpp, maybe conditionally on the OS
>>> version?
>>
>> I can't find any OS version macros to condition with so I went with
>> __GNUC__ == 4, so it would set these macros for both gcc and intel.
>> Does that seem reasonable?
Yep, please go ahead if you haven't already.
John.