add missing close tag

[SVN r80835]
This commit is contained in:
Eric Niebler 2012-10-03 23:09:58 +00:00
parent 124f4ea879
commit b35ef27b35

View File

@ -168,7 +168,7 @@ void f() {
T<em>N</em>)&gt;::type</code> names the type
<code>decltype(boost::declval&lt;F&gt;()(boost::declval&lt;T1&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>
<blockquote>