Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48717 - sandbox/committee/concepts/stdlib
From: dgregor_at_[hidden]
Date: 2008-09-10 21:15:36


Author: dgregor
Date: 2008-09-10 21:15:36 EDT (Wed, 10 Sep 2008)
New Revision: 48717
URL: http://svn.boost.org/trac/boost/changeset/48717

Log:
Fix typo
Text files modified:
   sandbox/committee/concepts/stdlib/clib-concepts.tex | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/committee/concepts/stdlib/clib-concepts.tex
==============================================================================
--- sandbox/committee/concepts/stdlib/clib-concepts.tex (original)
+++ sandbox/committee/concepts/stdlib/clib-concepts.tex 2008-09-10 21:15:36 EDT (Wed, 10 Sep 2008)
@@ -507,7 +507,7 @@
 \addedConcepts{\mbox{\requires} for every type \mbox{\tcode{T}} that
   is an object type but not an abstract class, a concept map
   \mbox{\tcode{ValueType<T>}} shall be implicitly defined in namespace
- \mbox{\tcode{std}}.
+ \mbox{\tcode{std}}.}
 \end{itemdescr}
 
 \begin{itemdecl}
@@ -1485,7 +1485,7 @@
 \end{itemdescr}
 
 \begin{itemdecl}
-auto concept Constructible<typename T, typename... Args>
+auto concept Constructible<typename T, typename... Args> {
   : HasConstructor<T, Args...>, NothrowDestructible<T> { }
 }
 \end{itemdecl}


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