std::any in pybind11/stl.h
?
#3218
NAThompson
started this conversation in
Ideas
Replies: 1 comment
-
Sorry, looks like this is a duplicate of #1590. |
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
-
A number of C++17 containers, such as
std::variant
,std::optional
, andstd::filesystem
have "pre-packaged" wrappers in pybind11.Would it be sensible to add
std::any
to the list? It feels that it is not much different thatstd::variant
.Beta Was this translation helpful? Give feedback.
All reactions