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 build with Boost < 1.77 #2132

Merged
merged 3 commits into from Jan 16, 2024

Conversation

jorisv
Copy link
Contributor

@jorisv jorisv commented Jan 15, 2024

Close #2085

We must define function with std::integral_constant with Boost >= 1.77 and boost::integral_constant with Boost < 1.77

@jorisv jorisv self-assigned this Jan 15, 2024
@jorisv jorisv force-pushed the topic/fix_cppad_boost_pre_177 branch from 1631117 to d0176ff Compare January 15, 2024 15:51
@jorisv jorisv marked this pull request as ready for review January 15, 2024 16:24
@jorisv jorisv requested a review from jcarpent January 15, 2024 16:24
@jcarpent jcarpent merged commit 835edd4 into stack-of-tasks:devel Jan 16, 2024
21 of 22 checks passed
nim65s added a commit to nim65s/robotpkg that referenced this pull request Jan 27, 2024
Upstream changes:

    ## [2.7.0] - 2024-01-23

    ### Added
    - Add `GeometryObject::meshMaterial` attribute (stack-of-tasks/pinocchio#2084)

    ### Fixed

    - Use bp::ssize_t for recent version of Windows compilers (stack-of-tasks/pinocchio#2102)
    - Fix missing include for Boost >= 1.83 (stack-of-tasks/pinocchio#2103)
    - Remove f-strings to fix install with python 2 (stack-of-tasks/pinocchio#2110)
    - CMake: stop exporting CppAd/cppadcodegen & fetch submodule if not available (stack-of-tasks/pinocchio#2112)
    - Fix malloc issue in CRBA algo (stack-of-tasks/pinocchio#2126)
    - Fix build cppad and cppadcg with Boost < 1.77 (stack-of-tasks/pinocchio#2132)
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.

None yet

2 participants