Boost logo

Boost-Commit :

From: chris_at_[hidden]
Date: 2008-05-18 15:00:59


Author: chrisj
Date: 2008-05-18 15:00:58 EDT (Sun, 18 May 2008)
New Revision: 45496
URL: http://svn.boost.org/trac/boost/changeset/45496

Log:
Fix minor grammar error
Text files modified:
   sandbox/committee/concepts/issues/issues/issue30.xml | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/committee/concepts/issues/issues/issue30.xml
==============================================================================
--- sandbox/committee/concepts/issues/issues/issue30.xml (original)
+++ sandbox/committee/concepts/issues/issues/issue30.xml 2008-05-18 15:00:58 EDT (Sun, 18 May 2008)
@@ -10,7 +10,7 @@
 <date>18 May 2008</date>
 
 <discussion>
- <p>For some functions, such as <tt>prev_permutation</tt> and <tt>next_permutation</tt> are predicated on <tt>Iter::reference</tt>, while others, such as <tt>sort_heap</tt>, are predicated on <tt>Iter::value_type</tt>. I am not sure which is correct, but it the inconsistency seems strange. This should only affect proxy references.</p>
+ <p>Some algorithms, such as <tt>prev_permutation</tt> and <tt>next_permutation</tt>, are predicated on <tt>Iter::reference</tt>. Others, such as <tt>sort_heap</tt>, are predicated on <tt>Iter::value_type</tt>. I am not sure which is correct, but it the inconsistency seems strange. The choice should only affect proxy references.</p>
 </discussion>
 
 <resolution>


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