[libcxx-commits] [PATCH] D152469: [libc++] Diagnose bad iterators in the classic algorithms

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 26 11:07:50 PDT 2023


ldionne added a comment.

I do see a number of issues as well. Definitely something we can deal with, but it's not going to be trivial. Given the impact, I think we should introduce this behind an opt-in flag for LLVM 17, then move it to opt-out for LLVM 18, and then in LLVM 19 make it mandatory. That will give plenty of time for folks to migrate.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152469/new/

https://reviews.llvm.org/D152469



More information about the libcxx-commits mailing list