
7 Feb
2007
7 Feb
'07
8:32 p.m.
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

7 Feb
7 Feb
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
6698
Age (days ago)
6698
Last active (days ago)
1 comments
2 participants
participants (2)
-
Joel de Guzman
-
Steven Watanabe