================
@@ -59,7 +59,7 @@ constexpr bool test() {
{
// bidi
- int buffer[2] = {1, 2};
+ int buffer[3] = {1, 2, 3};
----------------
philnik777 wrote:Ah, shit. You can't actually get the iterator. I think this is fine as-is. https://github.com/llvm/llvm-project/pull/143667 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
