[all-commits] [llvm/llvm-project] d5fcb7: [STLExtras] Make const the * operator for mapped_i...
Alina Sbirlea via All-commits
all-commits at lists.llvm.org
Tue Apr 14 11:05:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d5fcb7966e0eded6393d728e2a38f2d55e2d61e0
https://github.com/llvm/llvm-project/commit/d5fcb7966e0eded6393d728e2a38f2d55e2d61e0
Author: Alina Sbirlea <asbirlea at google.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
M mlir/include/mlir/IR/Attributes.h
Log Message:
-----------
[STLExtras] Make const the * operator for mapped_iterator.
Summary:
The current non-const * operator shadows the const operator in
iterator_adaptor_base.
Reviewers: mehdi_amini, rriddle!, dblaikie, timshen
Subscribers: dexonsmith, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, grosul1, frgossen, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D78073
More information about the All-commits
mailing list