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 compilation with -std=c++17 #37646

Merged
merged 3 commits into from
Mar 31, 2024
Merged

Fix compilation with -std=c++17 #37646

merged 3 commits into from
Mar 31, 2024

Commits on Mar 23, 2024

  1. src/sage/rings/polynomial: fix cython codegen

    function pointers to `cpdef`d functions don't work because of
    dispatch
    Feyorsh committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e87fd84 View commit details
    Browse the repository at this point in the history
  2. src/sage/modular/arithgroup/farey.cpp: use std::bind

    std::bind2nd removed in c++17
    Feyorsh committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    13e0581 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    39db3c5 View commit details
    Browse the repository at this point in the history