Replies: 1 comment
-
|
std::span is a C++20 feature. Features beyond c++17 are currently considered out of scope. |
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.
-
Hello,
when I try to set a C++ callback of the form:
std::function<void(std::span<uint8_t>)from python,I get a std::bad_cast while invoking the callback from C++. Everything works fine when I use std::vector<uint8_t> instead.
Are there plans for std::span support ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions