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; - } + }; };]]>