[PATCH] D113641: [llvm] Add a SFINAE template parameter to DenseMapInfo
Uday Bondhugula via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 10 21:55:39 PST 2021
bondhugula added inline comments.
================
Comment at: llvm/include/llvm/ADT/DenseMapInfo.h:42
-template<typename T>
-struct DenseMapInfo {
+template <typename T, typename Enable = void> struct DenseMapInfo {
//static inline T getEmptyKey();
----------------
A code comment here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113641/new/
https://reviews.llvm.org/D113641
More information about the cfe-commits
mailing list