You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move std::optional and std::variant conversion support, which are currently in pybind11/stl.h, to a new file (say pybind11/utility.h since they are in the STL utility library in C++17).
include pybind11/utility.h from pybind11/stl.h so that we maintain full backward compatibility.
update the docs Overview page to mention the new header.