add missing close tag

[SVN r80834]
This commit is contained in:
Eric Niebler 2012-10-03 23:08:44 +00:00
parent 93f6e3473b
commit 3cca2755cf

View File

@ -168,7 +168,7 @@ void f() {
T<em>N</em>)&gt;::type</code> names the type T<em>N</em>)&gt;::type</code> names the type
<code>decltype(boost::declval&lt;F&gt;()(boost::declval&lt;T1&gt;(), <code>decltype(boost::declval&lt;F&gt;()(boost::declval&lt;T1&gt;(),
boost::declval&lt;T2&gt;(), ..., boost::declval&lt;T2&gt;(), ...,
boost::declval&lt;T<em>N</em>&gt;())), as in the boost::declval&lt;T<em>N</em>&gt;()))</code>, as in the
following example.</p> following example.</p>
<blockquote> <blockquote>