$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (ndbecker2_at_[hidden])
Date: 2004-09-01 15:34:30
There is already a func that can be used to set the state, but it has a
strange signature that makes it a bit awkward:
template<class It>
void seed(It& first, It last)
Is it really intended that first arg is reference, but last is not?
According to g++, this common call would not match:
seed (cont.begin(), cont.end())