$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (steven_at_[hidden])
Date: 2007-02-07 15:32:07
AMDG
The documentation of find says
template<
typename Sequence,
typename T
>
/unspecified/ find(Sequence const& seq);
This should be
template<
typename T,
typename Sequence
>
/unspecified/ find(Sequence const& seq);
In Christ,
Steven Watanabe