Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eigenpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
eigenpy
Commits
2f890048
Unverified
Commit
2f890048
authored
11 months ago
by
Joris Vaillant
Committed by
GitHub
11 months ago
Browse files
Options
Downloads
Plain Diff
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
11 months ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
cmake
+1
-1
1 addition, 1 deletion
cmake
include/eigenpy/fwd.hpp
+1
-0
1 addition, 0 deletions
include/eigenpy/fwd.hpp
with
3 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
2f890048
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
cmake
@
756930f6
Compare
a914fa83
...
756930f6
Subproject commit
a914fa836ab4d2f01c191c93a763cfa322820dc7
Subproject commit
756930f636b06f0ac06dbdd1f9177993e0dd9266
This diff is collapsed.
Click to expand it.
include/eigenpy/fwd.hpp
+
1
−
0
View file @
2f890048
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment