$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: widman_at_[hidden]
Date: 2008-05-19 02:03:08
Author: james.widman
Date: 2008-05-19 02:03:07 EDT (Mon, 19 May 2008)
New Revision: 45526
URL: http://svn.boost.org/trac/boost/changeset/45526
Log:
Removed odd text suggesting a concept's name can be declared within the same concept.
Text files modified:
sandbox/committee/concepts/wording/wording.tex | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Modified: sandbox/committee/concepts/wording/wording.tex
==============================================================================
--- sandbox/committee/concepts/wording/wording.tex (original)
+++ sandbox/committee/concepts/wording/wording.tex 2008-05-19 02:03:07 EDT (Mon, 19 May 2008)
@@ -3437,7 +3437,9 @@
associated requirements (\mbox{\ref{concept.req}}), and axioms
(\mbox{\ref{concept.req}}). A name \mbox{\tcode{x}} declared in the body of a
concept shall refer to only one of: an associated type, an associated
-template, an axiom, the name of the concept, or one or more associated
+template, an axiom,}
+\mbox{\removedCCC{the name of the concept,}}
+\addedConcepts{or one or more associated
functions that have been overloaded (clause~\mbox{\ref{over}}).}
\rSec3[concept.fct]{Associated functions}