$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joe Gottman (jgottman_at_[hidden])
Date: 2003-07-21 20:19:11
There is a small problem with the current version of
indirect_iterator.hpp. It forward declares struct indirect_iterator, but
declares class indirect_iterator. MSVC 6.0 emits a warning because of this.
Joe Gottman