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