Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48783 - sandbox/committee/concepts/wording
From: dgregor_at_[hidden]
Date: 2008-09-14 23:28:54


Author: dgregor
Date: 2008-09-14 23:28:53 EDT (Sun, 14 Sep 2008)
New Revision: 48783
URL: http://svn.boost.org/trac/boost/changeset/48783

Log:
More minor fixes
Text files modified:
   sandbox/committee/concepts/wording/wording.tex | 15 ++++++++-------
   1 files changed, 8 insertions(+), 7 deletions(-)

Modified: sandbox/committee/concepts/wording/wording.tex
==============================================================================
--- sandbox/committee/concepts/wording/wording.tex (original)
+++ sandbox/committee/concepts/wording/wording.tex 2008-09-14 23:28:53 EDT (Sun, 14 Sep 2008)
@@ -107,7 +107,8 @@
 
 \section*{Changes from N2741}
 \begin{itemize}
-\item Nothing yet.
+\item In [over.built], clarify wording regarding the kinds of
+ archetypes for which candidate operator functions will be built.
 \end{itemize}
 
 \section*{Typographical conventions}
@@ -2254,7 +2255,7 @@
 
 \pnum
 For every cv-qualified or cv-unqualified object type
-\textit{T}, \addedConcepts{including archetypes,}
+\textit{T}, \addedConcepts{including archetypes that are object types,}
 there exist candidate operator functions of the form
 
 \begin{codeblock}
@@ -2263,7 +2264,7 @@
 
 \pnum
 For every function type
-\textit{T}, \addedConcepts{including archetypes,}
+\textit{T}, \addedConcepts{including archetypes that are function types,}
 there exist candidate operator functions of the form
 
 \begin{codeblock}
@@ -2282,7 +2283,7 @@
 \setcounter{Paras}{12}
 \pnum
 For every cv-qualified or cv-unqualified object type
-\textit{T}, \addedConcepts{including archetypes,}
+\textit{T}, \addedConcepts{including archetypes that are object types,}
 there exist candidate operator functions of the form
 
 \begin{codeblock}
@@ -2298,7 +2299,7 @@
 \textit{T},\
 where
 \textit{T}\
-is a pointer to object type, \addedConcepts{including pointers to archetypes,}
+is a pointer to object type, \addedConcepts{including pointers to archetypes that are object types,}
 there exist candidate operator functions of the form
 
 \begin{codeblock}
@@ -2307,7 +2308,7 @@
 
 \pnum
 For every pointer or enumeration type
-\textit{T}, \addedConcepts{including pointers to archetypes,}
+\textit{T}, \addedConcepts{including pointers to archetypes that are object types,}
 there exist candidate operator functions of the form
 
 \begin{codeblock}
@@ -2373,7 +2374,7 @@
 \textit{VQ}),
 where
 \textit{T}\
-is a cv-qualified or cv-unqualified object type\addedConcepts{, including archetypes,} and
+is a cv-qualified or cv-unqualified object type\addedConcepts{, including archetypes that are object types,} and
 \textit{VQ}\
 is either
 \tcode{volatile}


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