Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54193 - sandbox/committee/LWG/proposals
From: dave_at_[hidden]
Date: 2009-06-22 06:00:43


Author: dave
Date: 2009-06-22 06:00:42 EDT (Mon, 22 Jun 2009)
New Revision: 54193
URL: http://svn.boost.org/trac/boost/changeset/54193

Log:
Tiny tweaks

Text files modified:
   sandbox/committee/LWG/proposals/exported-concept-maps.rst | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/committee/LWG/proposals/exported-concept-maps.rst
==============================================================================
--- sandbox/committee/LWG/proposals/exported-concept-maps.rst (original)
+++ sandbox/committee/LWG/proposals/exported-concept-maps.rst 2009-06-22 06:00:42 EDT (Mon, 22 Jun 2009)
@@ -47,7 +47,7 @@
   
   concept_map LessThanComparable<Num> { } // OK
   
-The remaining three operators (>, <=, >=) are provided with default
+The remaining three operators (>, <=, >=) are provided by default
 definitions within the concept map. Now all four operators required by
 ``LessThanComparable`` can be
 applied to ``Num`` in a constrained template where
@@ -182,7 +182,7 @@
 namespace, then any such semantic change (e.g., introducing another concept
 map into that namespace) would likely be intentional.
 However, if one lumps everything together into the global namespace or starts
-writing ``concept_map``\ s in namespaces they do not control, the
+writing ``concept_map``\ s in namespaces controlled by others, the
 potential for surprise is greater.
 
 We considered automatically exporting all ``concept_map``\s, to


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