
7 Feb
2007
7 Feb
'07
11 p.m.
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