$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dgregor_at_[hidden]
Date: 2008-05-15 13:52:20
Author: dgregor
Date: 2008-05-15 13:52:19 EDT (Thu, 15 May 2008)
New Revision: 45397
URL: http://svn.boost.org/trac/boost/changeset/45397
Log:
Some fixes from Marcin
Text files modified: 
   sandbox/committee/concepts/wording/wording.tex |     7 +++++++                                 
   1 files changed, 7 insertions(+), 0 deletions(-)
Modified: sandbox/committee/concepts/wording/wording.tex
==============================================================================
--- sandbox/committee/concepts/wording/wording.tex	(original)
+++ sandbox/committee/concepts/wording/wording.tex	2008-05-15 13:52:19 EDT (Thu, 15 May 2008)
@@ -3366,6 +3366,13 @@
   refers to the \mbox{\tcode{CopyConstructible}} concept used with the
   type \mbox{\tcode{int}}. \mbox{\exitexample}}
 
+\pnum
+\addedCC{A concept is a \mbox{\techterm{constrained template}}
+  (\mbox{\ref{temp.constrained}}). The template requirements for the
+  concept consist of a concept requirement for the concept's concept
+  instance (\mbox{\ref{temp.req}}) and the template requirements
+  implied by that concept requirement (\mbox{\ref{temp.req.impl}}).}
+
 \rSec2[concept.def]{Concept definitions}
 
 \pnum