Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
1 merge request!31Code revision
......@@ -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 );
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment