Commit 44706717 by Henry Schreiner Committed by Henry Schreiner

fix: too many braces on clang 3.6

parent 1f53c373
...@@ -550,7 +550,7 @@ public: ...@@ -550,7 +550,7 @@ public:
forcecast = detail::npy_api::NPY_ARRAY_FORCECAST_ 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 ShapeContainer = detail::any_container<ssize_t>;
using StridesContainer = 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