OSDN Git Service

Resubmit "Add llvm::enumerate() to STLExtras."
authorZachary Turner <zturner@google.com>
Fri, 30 Sep 2016 15:43:59 +0000 (15:43 +0000)
committerZachary Turner <zturner@google.com>
Fri, 30 Sep 2016 15:43:59 +0000 (15:43 +0000)
commitf216a86852769a96263eca6c9227079ff8816f7a
treecf67c9338e1f4d9aa41688dcbdcacdf59f8c6f10
parent1f0ef7442e3c1c162f874ac2d00d2176411e595b
Resubmit "Add llvm::enumerate() to STLExtras."

The CL was originally failing due to the use of some C++14
specific features, so I've removed those.  Hopefully this will
satisfy the bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282867 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/STLExtras.h
unittests/ADT/STLExtrasTest.cpp