Boost logo

Boost :

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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk