mirror of
https://github.com/boostorg/function.git
synced 2025-07-18 15:12:09 +02:00
>> std::endl; is bad :)
[SVN r17078]
This commit is contained in:
@ -71,7 +71,7 @@ f = int_div();
|
||||
<p> Now we can use <code>f</code> to execute the underlying function object
|
||||
<code>int_div</code>:
|
||||
<pre>
|
||||
std::cout << f(5, 3) >> std::endl;
|
||||
std::cout << f(5, 3) << std::endl;
|
||||
</pre>
|
||||
|
||||
<p> We are free to assign any compatible function object to <code>f</code>. If <code>int_div</code> had been declared to take two <code>long</code> operands,
|
||||
@ -252,7 +252,7 @@ function objects, Boost.Function will not throw exceptions during
|
||||
<address><a href="mailto:gregod@cs.rpi.edu">Douglas Gregor</a></address>
|
||||
<!-- Created: Fri Jul 13 12:47:11 EDT 2001 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Mon Aug 5 11:07:17 EDT 2002
|
||||
Last modified: Wed Jan 29 08:49:02 EST 2003
|
||||
<!-- hhmts end -->
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user