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

Mark exceptions with export to fix exceptions in shared libraries #1769

Closed
wants to merge 3 commits into from

Commits on Apr 19, 2019

  1. Mark exceptions with export to ensure throw/catch works between diffe…

    …rent client libraries
    Walter Gray committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    08c2696 View commit details
    Browse the repository at this point in the history
  2. Export py::object and all base types

    Walter Gray committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    abca20b View commit details
    Browse the repository at this point in the history
  3. Disable warning C4275 in MSVC

    Walter Gray committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    d351297 View commit details
    Browse the repository at this point in the history