Skip to content
Snippets Groups Projects
Unverified Commit 2f890048 authored by Joris Vaillant's avatar Joris Vaillant Committed by GitHub
Browse files

Merge pull request #464 from jcarpent/topic/boost

Fix missing include for boost >= 1.85
parents 59fd1a65 96d92fe8
No related branches found
No related tags found
No related merge requests found
Pipeline #39343 passed with warnings
......@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Allow EigenToPy/EigenFromPy specialization with CL compiler ([#462](https://github.com/stack-of-tasks/eigenpy/pull/462))
- Fix missing include for boost >= 1.85 ([#464](https://github.com/stack-of-tasks/eigenpy/pull/464))
## [3.5.0] - 2024-04-14
......
Subproject commit a914fa836ab4d2f01c191c93a763cfa322820dc7
Subproject commit 756930f636b06f0ac06dbdd1f9177993e0dd9266
......@@ -65,6 +65,7 @@
#define EIGENPY_DOCUMENTATION_END_IGNORE /// \endcond
#include "eigenpy/config.hpp"
#include <boost/type_traits/is_base_of.hpp>
// Silence a warning about a deprecated use of boost bind by boost python
// at least fo boost 1.73 to 1.75
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment