borglab / wrap

Wrapper generator for C++ projects with multiple language support
Other
30 stars 10 forks source link

Upgrade pybind11 to 2.10 #152

Closed varunagrawal closed 2 years ago

varunagrawal commented 2 years ago

Upgrade Pybind11 so we can use newer features and figure out existing bugs.

Particularly useful is the #define PYBIND11_DETAILED_ERROR_MESSAGES macro that will give detailed failure messages to help RCA of bugs.