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