$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-08-22 14:32:44
Trivial patch needed random/shuffle_output.hpp (I sent this in before,
but it's not in the current CVS).
gcc version 3.1 20020604 (Red Hat Linux 7.3 3.1-5)
Need to add
#include <iterator>
To get the declaration of std::ostream_iterator. This is the location
specified by the ANSI std, I believe.