mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
parent
12d17bc26d
commit
d5e86bb576
@ -313,7 +313,7 @@ typedef boost::result_of<
|
|||||||
Technical Report,
|
Technical Report,
|
||||||
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf">N1836</a>,
|
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf">N1836</a>,
|
||||||
or, for motivation and design rationale,
|
or, for motivation and design rationale,
|
||||||
the <code>result_of</code> <a href="http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1454.html">proposal</a>.</p>
|
the <code>result_of</code> <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1454.html">proposal</a>.</p>
|
||||||
|
|
||||||
<a name="result_of_guidelines">
|
<a name="result_of_guidelines">
|
||||||
<h3>Usage guidelines for boost::result_of</h3>
|
<h3>Usage guidelines for boost::result_of</h3>
|
||||||
|
@ -159,10 +159,10 @@ the object shall be value-initialized (but see below). However, if a <i>declara
|
|||||||
<h3><a name="valueinit">value-initialization</a></h3>
|
<h3><a name="valueinit">value-initialization</a></h3>
|
||||||
|
|
||||||
<p>The first <a
|
<p>The first <a
|
||||||
href="http://anubis.dkuug.dk/JTC1/SC22/WG21/docs/cwg_defects.html">Technical
|
href="http://www.open-std.org/JTC1/SC22/WG21/docs/cwg_defects.html">Technical
|
||||||
Corrigendum for the C++ Standard</a> (TC1), whose draft was released to
|
Corrigendum for the C++ Standard</a> (TC1), whose draft was released to
|
||||||
the public in November 2001, introduced <a
|
the public in November 2001, introduced <a
|
||||||
href="http://anubis.dkuug.dk/JTC1/SC22/WG21/docs/cwg_defects.html#178">Core
|
href="http://www.open-std.org/JTC1/SC22/WG21/docs/cwg_defects.html#178">Core
|
||||||
Issue 178</a> (among many other issues, of course).</p>
|
Issue 178</a> (among many other issues, of course).</p>
|
||||||
|
|
||||||
<p> That issue introduced the new concept of <code>value-initialization</code>
|
<p> That issue introduced the new concept of <code>value-initialization</code>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user