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 compilation of py::bind_vector for VS 15.9.x #45

Merged
merged 1 commit into from
Jan 22, 2019

Conversation

arthursoprana
Copy link
Contributor

The newer VS compiler version are giving compile errors for py::bind_vector. The fix is based on pybind/pybind11#1616 (comment)

The newer VS compiler version are giving compile errors for py::bind_vector. The fix is based on pybind/pybind11#1616 (comment)
Copy link
Member

@nicoddemus nicoddemus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@codecov
Copy link

codecov bot commented Jan 22, 2019

Codecov Report

Merging #45 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master      #45   +/-   ##
=======================================
  Coverage   99.24%   99.24%           
=======================================
  Files           7        7           
  Lines         396      396           
=======================================
  Hits          393      393           
  Misses          3        3

@arthursoprana arthursoprana merged commit f19fde7 into master Jan 22, 2019
@arthursoprana arthursoprana deleted the fb-fix-pybind11-compilation-VS-15.9.x branch January 22, 2019 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants