|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54654 - sandbox/committee/LWG/proposals
From: dgregor_at_[hidden]
Date: 2009-07-04 17:49:25
Author: dgregor
Date: 2009-07-04 17:49:24 EDT (Sat, 04 Jul 2009)
New Revision: 54654
URL: http://svn.boost.org/trac/boost/changeset/54654
Log:
Minor edits to the taxonomy of concepts and concept maps
Text files modified:
sandbox/committee/LWG/proposals/Makefile | 2 ++
sandbox/committee/LWG/proposals/taxonomy-of-concepts-and-maps.rst | 10 +++++-----
2 files changed, 7 insertions(+), 5 deletions(-)
Modified: sandbox/committee/LWG/proposals/Makefile
==============================================================================
--- sandbox/committee/LWG/proposals/Makefile (original)
+++ sandbox/committee/LWG/proposals/Makefile 2009-07-04 17:49:24 EDT (Sat, 04 Jul 2009)
@@ -1,3 +1,5 @@
+all: exported-concept-maps.html taxonomy-of-concepts-and-maps.html
+
exported-concept-maps.html: exported-concept-maps.rst exported-concept-maps.css
rst2html.py --stylesheet=exported-concept-maps.css --embed-stylesheet exported-concept-maps.rst exported-concept-maps.html
Modified: sandbox/committee/LWG/proposals/taxonomy-of-concepts-and-maps.rst
==============================================================================
--- sandbox/committee/LWG/proposals/taxonomy-of-concepts-and-maps.rst (original)
+++ sandbox/committee/LWG/proposals/taxonomy-of-concepts-and-maps.rst 2009-07-04 17:49:24 EDT (Sat, 04 Jul 2009)
@@ -6,8 +6,8 @@
:Number: xxxx=xx-xxxx
:Date: 2009-07-01
-This paper introduces classifies concepts and concept maps into three
-categories that will allow us to discuss the impliciations of various
+This paper introduces a classification of concepts and concept maps into three
+categories that will allow us to discuss the implications of various
proposed design changes.
Three Kinds of Concepts
@@ -36,8 +36,8 @@
::
template <class InputIterator1, class InputIterator2, class T>
- T inner_product(InputIterator1first1, InputIterator1last1,
- InputIterator2first2, T init);
+ T inner_product(InputIterator1 first1, InputIterator1 last1,
+ InputIterator2 first2, T init);
:Effects: Computes its result by initializing the accumulator
``acc`` with the initial value ``init`` and then modifying it
@@ -424,5 +424,5 @@
Edition*, section 10.2.2, page 226
.. [#mat] Thanks to Mat Marcus for describing this style, which he
- discovered during some research work done with Jakko Jarvi
+ discovered during some research work done with Jaakko Jarvi
using ConceptGCC.
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