$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: widman_at_[hidden]
Date: 2008-07-28 08:37:03
Author: james.widman
Date: 2008-07-28 08:37:02 EDT (Mon, 28 Jul 2008)
New Revision: 47850
URL: http://svn.boost.org/trac/boost/changeset/47850
Log:
nit: an associated type's default arg is not a *template* argument
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-07-28 08:37:02 EDT (Mon, 28 Jul 2008)
@@ -4935,7 +4935,9 @@
   context, several constructs provide unconstrained contexts:}
 \begin{itemize}
   \additemConcepts{a late-checked block (\mbox{\ref{stmt.late}}),}
-  \additemConcepts{a default template argument in a
+  \additemConcepts{a default }
+  \removedCCC{template}
+  \addedConcepts{ argument in a
     \mbox{\techterm{template-parameter}},}
 \end{itemize}