[ADT] Replace `void_t` equivalent with `std::void_t`
authorJoe Loser <joeloser@fastmail.com>
Sat, 20 Aug 2022 23:53:58 +0000 (17:53 -0600)
committerJoe Loser <joeloser@fastmail.com>
Sun, 21 Aug 2022 16:37:38 +0000 (10:37 -0600)
commit99694a5d1df4ebe83eb4863f14c6354c115ca1d8
treeb110297b63fbaf0cf70aa2e04e4697ca30787961
parent3c4391b4bb1f2bff37fa3c4b7255f7feeaa5b90a
[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
llvm/include/llvm/ADT/STLExtras.h