[PATCH] D144420: [STLExtras] Allow for non-member `begin`/`end` in `append_range`

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 08:29:51 PST 2023


kuhar added a comment.

I removed this test in https://github.com/llvm/llvm-project/commit/010a97974a158ebca0bdb58346a2b303ab8a401e and filed a new issue against `SafeIntIterator`: https://github.com/llvm/llvm-project/issues/61122

The test with `std::string` below the compilation error is very similar, so this shouldn't meaningfully impact the test coverage of `append_range`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144420



More information about the llvm-commits mailing list