[PATCH] D90894: [STLExtras] Add append_range helper.

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 16:04:08 PST 2020


silvas added a comment.

I initially called this `append`, but that seemed to conflict with a function elsewhere in the codebase. It seems like map_range is probably making a similar decision to avoid a function with as generic a name as `map`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90894



More information about the llvm-commits mailing list