Boost logo

Boost-Commit :

From: dgregor_at_[hidden]
Date: 2008-05-30 08:54:28


Author: dgregor
Date: 2008-05-30 08:54:28 EDT (Fri, 30 May 2008)
New Revision: 45945
URL: http://svn.boost.org/trac/boost/changeset/45945

Log:
Fix some typos
Text files modified:
   sandbox/committee/concepts/stdlib/clib-containers.tex | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/committee/concepts/stdlib/clib-containers.tex
==============================================================================
--- sandbox/committee/concepts/stdlib/clib-containers.tex (original)
+++ sandbox/committee/concepts/stdlib/clib-containers.tex 2008-05-30 08:54:28 EDT (Fri, 30 May 2008)
@@ -860,7 +860,7 @@
     deque<T,Alloc@\removedConcepts{ator}@>& operator=(const deque<T,Alloc@\removedConcepts{ator}@>&& x);
     template <@\changedConcepts{class InputIterator}{InputIterator Iter}@>
       @\addedConcepts{requires ConstructibleAsElement<Alloc, T, Iter::reference>}@
- void assign(InputIterator first, InputIterator last);
+ void assign(@\changedConcepts{InputIterator}{Iter}@ first, @\changedConcepts{InputIterator}{Iter}@ last);
     @\addedConcepts{requires ConstructibleAsElement<Alloc, T, const T\&>}@
       void assign(size_type n, const T& t);
     allocator_type get_allocator() const;
@@ -1374,7 +1374,7 @@
 \effects Constructs a \tcode{forward_list} object with \tcode{n} default constructed elements.
 
 \pnum
-@\removedCC{\mbox{\requires} \mbox{\tcode{T}} shall be \mbox{\tcode{DefaultConstructible}}.}@
+\removedCC{\mbox{\requires} \mbox{\tcode{T}} shall be \mbox{\tcode{DefaultConstructible}}.}
 
 \pnum
 \complexity Linear in \tcode{n}.
@@ -1390,7 +1390,7 @@
 \effects Constructs a \tcode{forward_list} object with \tcode{n} copies of \tcode{value} using the specified allocator.
 
 \pnum
-@\removedCC{\mbox{\requires} \mbox{\tcode{T}} shall be \mbox{\tcode{CopyConstructible}}.}@
+\removedCC{\mbox{\requires} \mbox{\tcode{T}} shall be \mbox{\tcode{CopyConstructible}}.}
 
 \pnum
 \complexity Linear in \tcode{n}.


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