Commit 44706717 authored by Henry Schreiner's avatar Henry Schreiner Committed by Henry Schreiner
Browse files

fix: too many braces on clang 3.6

parent 1f53c373
......@@ -550,7 +550,7 @@ public:
forcecast = detail::npy_api::NPY_ARRAY_FORCECAST_
};
array() : array({{0}}, static_cast<const double *>(nullptr)) {}
array() : array(0, static_cast<const double *>(nullptr)) {}
using ShapeContainer = detail::any_container<ssize_t>;
using StridesContainer = detail::any_container<ssize_t>;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment