$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-08-17 03:06:15
Liam Routt wrote:
[snip]
> It looks to me like a 64-bit related problem, but I can't tell whether
> it is gcc or a Boost issue. I will see whether we can go back a version
> with gcc, or something. But that will be next week, as the sysadmin is
> away until then.
program_options works (meaning all tests pass) under Tru64 which is a 64
bit platform, so I would be surprised to hear that there are any 64 bit
issues in the library itself.
IIRC there were some size_type vs. unsigned issues which could cause
failures on 64 bit platforms, but I think Vladimir fixed those.
Markus