diff --git a/doc/tutorial.html b/doc/tutorial.html index e875058..249f300 100644 --- a/doc/tutorial.html +++ b/doc/tutorial.html @@ -71,7 +71,7 @@ f = int_div();

Now we can use f to execute the underlying function object int_div:

-std::cout << f(5, 3) >> std::endl;
+std::cout << f(5, 3) << std::endl;
 

We are free to assign any compatible function object to f. If int_div had been declared to take two long operands, @@ -252,7 +252,7 @@ function objects, Boost.Function will not throw exceptions during

Douglas Gregor
-Last modified: Mon Aug 5 11:07:17 EDT 2002 +Last modified: Wed Jan 29 08:49:02 EST 2003