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 missing include for boost >= 1.85 #464

Merged
merged 3 commits into from
Apr 25, 2024

Conversation

jcarpent
Copy link
Contributor

No description provided.

@jcarpent
Copy link
Contributor Author

jcarpent commented Apr 25, 2024

Fix #463

@jcarpent jcarpent requested a review from jorisv April 25, 2024 07:56
@jorisv jorisv enabled auto-merge April 25, 2024 08:05
@jorisv jorisv merged commit 2f89004 into stack-of-tasks:devel Apr 25, 2024
30 checks passed
nim65s added a commit to nim65s/robotpkg that referenced this pull request Jun 6, 2024
Updates:
    ## [3.6.0] - 2024-06-05

    ### Added
    - Added a deprecation call policy shortcut ([466](stack-of-tasks/eigenpy#466))

    ### Fixed
    - Fix register_symbolic_link_to_registered_type() for multiple successive registrations ([471](stack-of-tasks/eigenpy#471))

    ## [3.5.1] - 2024-04-25

    ### Fixed
    - Allow EigenToPy/EigenFromPy specialization with CL compiler ([462](stack-of-tasks/eigenpy#462))
    - Fix missing include for boost >= 1.85  ([464](stack-of-tasks/eigenpy#464))
nim65s added a commit to nim65s/robotpkg that referenced this pull request Jun 20, 2024
Updates:
    ## [3.6.0] - 2024-06-05

    ### Added
    - Added a deprecation call policy shortcut ([466](stack-of-tasks/eigenpy#466))

    ### Fixed
    - Fix register_symbolic_link_to_registered_type() for multiple successive registrations ([471](stack-of-tasks/eigenpy#471))

    ## [3.5.1] - 2024-04-25

    ### Fixed
    - Allow EigenToPy/EigenFromPy specialization with CL compiler ([462](stack-of-tasks/eigenpy#462))
    - Fix missing include for boost >= 1.85  ([464](stack-of-tasks/eigenpy#464))
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.

Build failure with Boost 1.85.0 due to missing include for boost::is_base_of
2 participants