From 0a09e5872cd095356edefeaa4b14ba0a7b45aca6 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Tue, 2 Nov 2004 05:19:02 +0000 Subject: [PATCH] fix typos reported on the user list [SVN r26077] --- doc/lambda.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lambda.xml b/doc/lambda.xml index a4bb991..2ea5ee6 100644 --- a/doc/lambda.xml +++ b/doc/lambda.xml @@ -1235,8 +1235,8 @@ of one of the arguments, and how that dependency can be expressed with the - T3 operator()(const T1& t1, const T2& t2, const T3& t3); + template + T3 operator()(const T1& t1, const T2& t2, const T3& t3) const; template class sig { @@ -1246,7 +1246,7 @@ of one of the arguments, and how that dependency can be expressed with the public: typedef typename boost::remove_cv::type type; - } + }; };]]>