[PATCH] D90882: [SmallVector] Add range versions of append/assign.
    David Blaikie via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov  5 14:48:52 PST 2020
    
    
  
dblaikie added a comment.
Maybe these would be more effective as generic range-based functions? (is "append(begin, end)" part of the container concept? Not 100% clear to me on a quick check) - would make it usable with a variety of containers in one go instead of adding it to individual containers (& not being able to add it to standard containers)?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90882/new/
https://reviews.llvm.org/D90882
    
    
More information about the llvm-commits
mailing list