[ADT] Simplify getAsInteger and consumeInteger (NFC)
This patch replaces the std::enable_if_t trick with a "constexpr if" so that the resulting code looks more like "normal" C++ code. Differential Revision: https://reviews.llvm.org/D136024
Loading
Please sign in to comment