Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
ndcurves
Commits
3f4b4635
Commit
3f4b4635
authored
Apr 14, 2021
by
Guilhem Saurel
Browse files
fix boost bind warning from boost python
ref
https://github.com/stack-of-tasks/eigenpy/pull/226
parent
b850ef37
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/ndcurves/namespace.h
View file @
3f4b4635
...
...
@@ -5,7 +5,12 @@
#ifndef __python_namespace_h__
#define __python_namespace_h__
// Silence a warning about a deprecated use of boost bind by boost python
// at least fo boost 1.73 to 1.75
// ref. https://github.com/stack-of-tasks/tsid/issues/128
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include
<boost/python.hpp>
#undef BOOST_BIND_GLOBAL_PLACEHOLDERS
namespace
ndcurves
{
namespace
python
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment