$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-05-08 13:02:20
Eric Niebler wrote:
> Looks like this change is causing a linker error on at least one
> platform.
>
> http://tinyurl.com/2hccmr
So this is the i386 problem (why is this the default for g++ in this day and
age remains a mystery to me). We can fix it on the atomic_count side by
supplying an assembly implementation that assumes 486+ regardless of the
target, as is done with sp_counted_base. Or we can run the SunOS tests for
i486 or better. Which one should be it?