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 error with MSVC 2019 in /std:c++20 on NN_NO_CHECK() #3869

Merged
merged 2 commits into from
Sep 1, 2023

Commits on Sep 1, 2023

  1. NN_NO_CHECK() macro: fix it to work with MSVC 2019 in /std:c++20 mode

    (fixes OSGeo#3868)
    
    For some weird reason, the previous definition of the macro didn't work
    when used from lambdas.
    rouault committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a6b8135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8490a5d View commit details
    Browse the repository at this point in the history