$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2008-01-27 01:02:41
On 01/26/08 22:46, Larry Evans wrote:
[snip]
>
> The attached code has test_list(void) and test_variant(void).
> The former has variant as super, the latter just uses a variant.
> The former gets wrong results, the latter correct results.
[snip]
In an attempt to make the code more easily ported, I defined
some macros to disable my personal debugging tools. As
a result, the wrong which() value no longer appears!
Sorry for noise (I think, although I still can't figure
out what I did to cause the bad result).