Commit 7431697c authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed overloading between Array's copy-constructor and templated binding constructor

parent b357ff4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ class Array : public Object
       */
      [[deprecated("Binding functionality of Array is deprecated, ArrayView should be used instead.")]]
      Array( Array& array,
             const IndexType& begin = 0,
             const IndexType& begin,
             const IndexType& size = 0 );

      /**