[libc++] Fix __verbose_abort in C++11
__use() can't be marked as constexpr in C++11 because it returns void, which is not a literal type. But it turns out that we just don't need to define it at all, since it's never called outside of decltype. Differential Revision: https://reviews.llvm.org/D149360
Loading
Please sign in to comment