================
@@ -30,10 +30,10 @@ template <typename T> static constexpr bool needsCtor() {
std::is_same_v<T, Integral<32, true>> ||
std::is_same_v<T, Integral<32, false>> ||
std::is_same_v<T, Integral<64, true>> ||
+ std::is_same_v<T, Integral<64, true>> ||
----------------
rdevshp wrote:
Doesn't this check `std::is_same_v<T, Integral<64, true>>` twice?
https://github.com/llvm/llvm-project/pull/215542
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits