-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We were seeing multiple deprecation warnings when compiling NMSLIB against the newest release of pybind11 (v2.2.1). This patch fixes so that python_bindings/nmslib.cc will build without warnings with pybind11 v2.2.1. Also we were claiming support for pybind v2.0.0 - but there are build errors when compiling against that version. Support this by using mutable_at instead of mutable_unchecked etc.
- Loading branch information
Ben Frederickson
committed
Jan 30, 2018
1 parent
805a53a
commit 09487c1
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters