Export of internal Abseil changes

--
d3d344e214e80b766d3e5c355e16124eb8602ff2 by Tom Manshreck <shreck@google.com>:

Add LTS Branch to LTS docs

PiperOrigin-RevId: 262904704

--
a9b10e6959209e8ded66e5fb041b4f1811a3f375 by CJ Johnson <johnsoncj@google.com>:

Minor cleanup on InlinedVector headers

PiperOrigin-RevId: 262632981
GitOrigin-RevId: d3d344e214e80b766d3e5c355e16124eb8602ff2
Change-Id: I3d0c078c08520b5c6a1a46c4b681ae0d98297f24
This commit is contained in:
Abseil Team 2019-08-12 05:36:06 -07:00 committed by vslashg
parent 4ef574064e
commit 321ab53030
3 changed files with 18 additions and 15 deletions

View file

@ -533,7 +533,6 @@ class InlinedVector {
}
erase(data() + i, data() + size());
std::copy(first, last, std::back_inserter(*this));
}
@ -713,6 +712,7 @@ class InlinedVector {
inlined_vector_internal::DestroyElements(storage_.GetAllocPtr(), data(),
size());
storage_.DeallocateIfAllocated();
storage_.SetInlinedSize(0);
}