mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 01:46:05 +00:00

These member types were deprecated in C++17 by P0174R2 and removed in C++20 by P0619R4, but the changes in `<variant>` seem missing. Drive-by: Replace one `_NOEXCEPT` with `noexcept` as the `hash` specialization is C++17-and-later only.