mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +00:00
correction to result_of documentation
[SVN r64696]
This commit is contained in:
parent
94b91e8c92
commit
fb1d2effef
@ -183,10 +183,9 @@ typedef boost::result_of<
|
||||
>::type type;</pre>
|
||||
</blockquote>
|
||||
|
||||
<p>If your compiler does not support
|
||||
<code>decltype</code>, then automatic result type
|
||||
deduction of function objects is not
|
||||
possible. Instead, <code>result_of</code>
|
||||
<p>If <code>decltype</code> is not enabled,
|
||||
then automatic result type deduction of function
|
||||
objects is not possible. Instead, <code>result_of</code>
|
||||
uses the following protocol to allow the programmer to
|
||||
specify a type. When <code>F</code> is a class type with a
|
||||
member type <code>result_type</code>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user