[clang] [clang][NFC] Refactor `clang/test/SemaCXX/type-traits.cpp` to use modern `static_assert` (PR #77584)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 10 06:23:35 PST 2024
================
@@ -2671,212 +2660,212 @@ struct has_unique_object_representations {
static const bool value = __has_unique_object_representations(T);
};
----------------
cor3ntin wrote:
This is no longer needed at all
https://github.com/llvm/llvm-project/pull/77584
More information about the cfe-commits
mailing list