[MemProf] Don't use constexpr via lambda capture due to MSVC issues (NFC)
Modifies a104e270 slightly to switch a constexpr used via a lambda capture to a const, due to issues with MSVC. See https://reviews.llvm.org/D140949#inline-1438809 for context.
Loading
Please sign in to comment