From d276e73ea0f26c41b75ae6ccf8f3b884cc4e7f96 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 26 Jan 2002 16:59:05 +0000 Subject: [PATCH] Fixed a typo. [SVN r12518] --- bind.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.html b/bind.html index 258d9e0..074e89c 100644 --- a/bind.html +++ b/bind.html @@ -211,7 +211,7 @@ the explicit return type can be omitted:
 int x = 8;
 
-bind(std::less<int>, _1, 9)(x);               // x < 9
+bind(std::less<int>(), _1, 9)(x);               // x < 9