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

Exclude MSVC workaround on clang and gcc #1306

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Commits on Oct 9, 2024

  1. Exclude MSVC workaround on clang and gcc

    Resolves hsutter#1304  
    On Windows, clang defines `_MSC_VER`, so the MSVC workaround needs to not happen when the clang define is set.
    
    
    Signed-off-by: gregmarr <gregmarr@users.noreply.github.com>
    gregmarr authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5d080a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Update include/cpp2util.h

    Co-authored-by: Matthieu HERNANDEZ <25429726+MatthieuHernandez@users.noreply.github.com>
    Signed-off-by: Herb Sutter <herb.sutter@gmail.com>
    hsutter and MatthieuHernandez authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f1bc7e4 View commit details
    Browse the repository at this point in the history