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

fix: add missing std::forward calls #3443

Merged
merged 6 commits into from
Nov 7, 2021
Merged

fix: add missing std::forward calls #3443

merged 6 commits into from
Nov 7, 2021

Commits on Nov 5, 2021

  1. fix: add missing std::forward calls

    Two of the four cpp_function overloads are missing std::forward calls, which seems like a simple oversight.
    Boris-Rasin committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    b7c9a2e View commit details
    Browse the repository at this point in the history
  2. add test for #3443

    Boris-Rasin committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    4913954 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    9f54b98 View commit details
    Browse the repository at this point in the history
  2. add py tests

    Boris-Rasin committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    fb940bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98fbb86 View commit details
    Browse the repository at this point in the history
  4. fix test

    Boris-Rasin committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    05bbe10 View commit details
    Browse the repository at this point in the history