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

[libc++][test] Fixes constexpr char_traits. #90981

Commits on May 8, 2024

  1. [libc++][test] Fixes constexpr nasty_char_traits.

    This was discovered by @StephanTLavavej who provided the solution they use
    in MSVC STL. This solution is based on that example.
    
    The same issue affects the constexpr_char_traits which was discovered in
    llvm#88389. This uses the same fix.
    
    Fixes: llvm#74221
    mordante committed May 8, 2024
    Configuration menu
    Copy the full SHA
    da2f1ed View commit details
    Browse the repository at this point in the history