|
Boost-Commit : |
From: dgregor_at_[hidden]
Date: 2008-06-11 04:37:05
Author: dgregor
Date: 2008-06-11 04:37:04 EDT (Wed, 11 Jun 2008)
New Revision: 46315
URL: http://svn.boost.org/trac/boost/changeset/46315
Log:
Remove the odd depth-first traversal sentence
Text files modified:
sandbox/committee/concepts/wording/wording.tex | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Modified: sandbox/committee/concepts/wording/wording.tex
==============================================================================
--- sandbox/committee/concepts/wording/wording.tex (original)
+++ sandbox/committee/concepts/wording/wording.tex 2008-06-11 04:37:04 EDT (Wed, 11 Jun 2008)
@@ -4625,11 +4625,13 @@
\pnum
\addedConcepts{When name lookup in a concept scope \mbox{\tcode{C}} results in a set of associated functions, duplicate associated
functions are removed from the
-set. If more than one associated function in the
+set.}
+\removedCCC{If more than one associated function in the
set has the same signature, the associated
function found first by a depth-first traversal of the refinement clauses of
\mbox{\tcode{C}} starting at \mbox{\tcode{C}} will be retained and the other
-associated functions will be removed as duplicates. \mbox{\enterexample}}
+associated functions will be removed as duplicates.}
+\addedConcepts{\mbox{\enterexample}}
\begin{codeblock}
concept A<typename T> {
T f(T); // \#1a
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