Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48839 - trunk/libs/smart_ptr
From: pdimov_at_[hidden]
Date: 2008-09-17 18:59:07


Author: pdimov
Date: 2008-09-17 18:59:07 EDT (Wed, 17 Sep 2008)
New Revision: 48839
URL: http://svn.boost.org/trac/boost/changeset/48839

Log:
Fix #2315.
Text files modified:
   trunk/libs/smart_ptr/shared_array.htm | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/smart_ptr/shared_array.htm
==============================================================================
--- trunk/libs/smart_ptr/shared_array.htm (original)
+++ trunk/libs/smart_ptr/shared_array.htm 2008-09-17 18:59:07 EDT (Wed, 17 Sep 2008)
@@ -47,7 +47,7 @@
       void reset(T * p = 0);
       template<class D> void reset(T * p, D d);
 
- T & operator[](std::ptrdiff_t i) const() const; // never throws
+ T & operator[](std::ptrdiff_t i) const; // never throws
       T * get() const; // never throws
 
       bool unique() const; // never throws


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