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 deprecation warning in libc++ (LLVM-16) #3634

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Commits on Sep 18, 2023

  1. Fix error: 'char_traits<custom_char>' is deprecated: char_traits<T> f…

    …or T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Werror,-Wdeprecated-declarations]
    
    Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
    phprus committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    801bb45 View commit details
    Browse the repository at this point in the history