OSDN Git Service

VarStreamArrayIterator needed non-const operator* overload.
authorAdrian McCarthy <amccarth@google.com>
Thu, 20 Apr 2017 19:34:06 +0000 (19:34 +0000)
committerAdrian McCarthy <amccarth@google.com>
Thu, 20 Apr 2017 19:34:06 +0000 (19:34 +0000)
commit5078c4cbed56e97eccf205540e47bac20b67ebef
treef3e72740d75f4854cf4c39cd63ea2c6e13edfb14
parent1fa7ca8b26f765de9a70260fce3f704471d6dc26
VarStreamArrayIterator needed non-const operator* overload.

Without this change, the operator-> provided by iterator_facade lost type
qualifiers.

Differential Revision: https://reviews.llvm.org/D32235

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300877 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/BinaryStreamArray.h