diff --git a/test/constructors.cpp b/test/constructors.cpp index 87ad1ea..af21513 100644 --- a/test/constructors.cpp +++ b/test/constructors.cpp @@ -10,12 +10,12 @@ #include #include -void check_shape(const double&, size_t*, int*, unsigned int) +void check_shape(const double&, std::size_t*, int*, unsigned int) {} template void check_shape(const Array& A, - size_t* sizes, + std::size_t* sizes, int* strides, unsigned int num_elements) {