[all-commits] [llvm/llvm-project] 99694a: [ADT] Replace `void_t` equivalent with `std::void_t`
Joseph Loser via All-commits
all-commits at lists.llvm.org
Sun Aug 21 09:38:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99694a5d1df4ebe83eb4863f14c6354c115ca1d8
https://github.com/llvm/llvm-project/commit/99694a5d1df4ebe83eb4863f14c6354c115ca1d8
Author: Joe Loser <joeloser at fastmail.com>
Date: 2022-08-21 (Sun, 21 Aug 2022)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
Log Message:
-----------
[ADT] Replace `void_t` equivalent with `std::void_t`
Use `std::void_t` instead of defining our own equivalent in `STLExtras.h` now
that C++17 is available for use.
Differential Revision: https://reviews.llvm.org/D132319
More information about the All-commits
mailing list