$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Henning (chhenning_at_[hidden])
Date: 2007-04-03 14:26:06
Hi there, maybe it has been fixed already. In the section Sequenced
Indices there is a type in the sample code.
*(s.begin()) == 1;
should be
*(s.begin()) = 1;
Christian