Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding pybind11::cast overload for rvalue references #1260

Merged
merged 5 commits into from
Jun 30, 2020

Commits on May 12, 2019

  1. Configuration menu
    Copy the full SHA
    b3a0d3d View commit details
    Browse the repository at this point in the history
  2. Collapsing two versions of py::cast from C++ type to py::object (chan…

    …ging const T& and T&& to universal reference)
    YannickJadoul committed May 12, 2019
    Configuration menu
    Copy the full SHA
    7eaf971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8f6d8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3c27d2 View commit details
    Browse the repository at this point in the history
  5. Fixed wrong selection of return_value_policy::automatic/automatic_ref…

    …erence for pointers in py::cast with universal reference
    YannickJadoul committed May 12, 2019
    Configuration menu
    Copy the full SHA
    1b0c6d8 View commit details
    Browse the repository at this point in the history