Replies: 1 comment
-
Please review the nd-array documentation on readthedocs, there is a paragraph explaining the reasons in detail. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The code below gives me an error "error C2027: use of undefined type 'nanobind::detail::ndarray_config_t<int,APOD,nanobind::no_framework,nanobind::detail::shape<-1>,nanobind::c_contig>'
"
I expect that it should work because APOD is a trivially copyable POD with known size.
Beta Was this translation helpful? Give feedback.
All reactions