$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r75919 - in branches/release: boost/python libs/python
From: rwgk_at_[hidden]
Date: 2011-12-12 12:46:34
Author: rwgk
Date: 2011-12-12 12:46:33 EST (Mon, 12 Dec 2011)
New Revision: 75919
URL: http://svn.boost.org/trac/boost/changeset/75919
Log:
merging current boost/python and libs/python from trunk into release branch
Properties modified: 
   branches/release/boost/python/   (props changed)
   branches/release/libs/python/   (props changed)
Text files modified: 
   branches/release/boost/python/slice.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/python/slice.hpp
==============================================================================
--- branches/release/boost/python/slice.hpp	(original)
+++ branches/release/boost/python/slice.hpp	2011-12-12 12:46:33 EST (Mon, 12 Dec 2011)
@@ -248,7 +248,7 @@
     get_indicies( const RandomAccessIterator& begin, 
         const RandomAccessIterator& end) const
     {
-        get_indices(begin, end);
+        return get_indices(begin, end);
     }
         
  public: