rice/Array.hpp in rice-2.0.0 vs rice/Array.hpp in rice-2.1.0

- old
+ new

@@ -97,15 +97,9 @@ //! Shift an element from the beginning of the array /*! \return the object which was shifted from the array. */ Object shift(); - //! Return a pointer to the beginning of the underlying C array. - //! Use with caution! - /*! \return a pointer to the beginning of the array. - */ - VALUE * to_c_array(); - private: template<typename Array_Ref_T, typename Value_T> class Iterator; size_t position_of(ptrdiff_t index) const;