$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Scott McCaskill (scott_at_[hidden])
Date: 2001-08-13 14:40:47
> >> mutex m;
> >> condition cv;
> >> volatile bool a = false, b = false, c = false;
> ^^^^^^^^
> you do not need volatiles here.
>
Even on a multi-processor system? Does the language guarantee that this
will work? If so, then what is the point of volatile?