$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joel de Guzman (joel_at_[hidden])
Date: 2007-02-07 18:00:44
Steven Watanabe wrote:
> 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);
Fixed. Same with find_if. Also fixed. These are a few cases where
the metafunction sig is different from the function's.
Thanks for the catch!
Regards,
-- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net