Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
44706717
Commit
44706717
authored
Jul 23, 2020
by
Henry Schreiner
Committed by
Henry Schreiner
Jul 26, 2020
Browse files
fix: too many braces on clang 3.6
parent
1f53c373
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/pybind11/numpy.h
include/pybind11/numpy.h
+1
-1
No files found.
include/pybind11/numpy.h
View file @
44706717
...
@@ -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
>
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment