$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-08-06 04:55:05
Thomas Matelich wrote:
>> Ahh, I looked in CVS but didn't look closely enough at the 1.9 diff
>> to see that it encompassed the offending areas. The definition is
>> in /usr/include/wchar.h, so I'd say your #ifndef __HP_aCC should
>> probably be #ifndef __hpux for completeness.
Doesn't the !defined(__osf__) && !defined(__OSF__) take care of it?
Thanks,
John.