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

MSVC C++20 test_eigen #3741

Merged
merged 7 commits into from
Feb 16, 2022
Merged

MSVC C++20 test_eigen #3741

merged 7 commits into from
Feb 16, 2022

Commits on Feb 15, 2022

  1. Removing C++20 condition for MSVC is_template_base_of decltype workar…

    …ound.
    Ralf W. Grosse-Kunstleve committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b9892fa View commit details
    Browse the repository at this point in the history
  2. -DDOWNLOAD_EIGEN=ON for MSVC 2022 C++20

    Ralf W. Grosse-Kunstleve committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    a6dd793 View commit details
    Browse the repository at this point in the history
  3. -DDOWNLOAD_EIGEN=ON for MSVC 2019 C++20

    Ralf W. Grosse-Kunstleve committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c45b469 View commit details
    Browse the repository at this point in the history
  4. -DPYBIND11_WERROR=OFF for MSVC C++20 (2019, 2020)

    Ralf W. Grosse-Kunstleve committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    e263cda View commit details
    Browse the repository at this point in the history
  5. Restoring defined(PYBIND11_CPP20) in common.h

    Ralf W. Grosse-Kunstleve committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    533e5ad View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. pragma warning(disable : 5054) in eigen.h

    Ralf W. Grosse-Kunstleve committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    cbb29c0 View commit details
    Browse the repository at this point in the history
  2. Reverting -DPYBIND11_WERROR=OFF changes.

    Ralf W. Grosse-Kunstleve committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7301a86 View commit details
    Browse the repository at this point in the history