|
Boost-Commit : |
From: dgregor_at_[hidden]
Date: 2008-04-17 16:44:51
Author: dgregor
Date: 2008-04-17 16:44:51 EDT (Thu, 17 Apr 2008)
New Revision: 44517
URL: http://svn.boost.org/trac/boost/changeset/44517
Log:
Minor cleanups
Text files modified:
sandbox/committee/concepts/wording/wording.tex | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
Modified: sandbox/committee/concepts/wording/wording.tex
==============================================================================
--- sandbox/committee/concepts/wording/wording.tex (original)
+++ sandbox/committee/concepts/wording/wording.tex 2008-04-17 16:44:51 EDT (Thu, 17 Apr 2008)
@@ -3745,7 +3745,7 @@
associated type and associated template requirement
(\mbox{\ref{concept.assoc}})}
\addedConcepts{of the concept named by its concept instance and
-all of the requirements inherited from its refined concepts.
+all of the requirements inherited from its refined concepts
(\mbox{\ref{concept.refine}}). \mbox{\enterexample}}
\begin{codeblock}
concept C<typename T> { T f(T); }
@@ -4448,8 +4448,9 @@
\pnum
\addedConcepts{When a concept map is implicitly defined for a refinement,
-definitions in the concept map for the refining concept can
-also be used to
+definitions in the concept map for the refining concept}
+\changedCCC{can also be}{are}
+\addedConcepts{used to
satisfy the requirements of the refined concept (\mbox{\ref{concept.map}}).
\mbox{\enternote} a single function definition in a concept
map can be used to satisfy multiple requirements. \mbox{\exitnote}
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