Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80835 - in branches/release: . libs libs/utility
From: eric_at_[hidden]
Date: 2012-10-03 19:09:58


Author: eric_niebler
Date: 2012-10-03 19:09:58 EDT (Wed, 03 Oct 2012)
New Revision: 80835
URL: http://svn.boost.org/trac/boost/changeset/80835

Log:
add missing close tag
Properties modified:
   branches/release/ (props changed)
   branches/release/libs/ (props changed)
   branches/release/libs/utility/ (props changed)
Text files modified:
   branches/release/libs/utility/utility.htm | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/libs/utility/utility.htm
==============================================================================
--- branches/release/libs/utility/utility.htm (original)
+++ branches/release/libs/utility/utility.htm 2012-10-03 19:09:58 EDT (Wed, 03 Oct 2012)
@@ -168,7 +168,7 @@
                 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>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk