[llvm] ADT: Complete the at() methods for DenseMap and MapVector (PR #169147)

Oliver Stöneberg via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 8 06:08:27 PST 2025


firewave wrote:

For standard containers `at()` implies bounds checking (i.e. throwing an exception if OOB). Shouldn't these containers have that behavior as well?

https://github.com/llvm/llvm-project/pull/169147


More information about the llvm-commits mailing list