tvl-depot/absl
Abseil Team 426eaa4aa4 Export of internal Abseil changes.
--
0c2e865b4611eda0b43e64c177ac34540f059be2 by Mark Barolak <mbar@google.com>:

Fix a sample code snippet that assumes `absl::string_view::const_iterator` is `const char*`.  This is generally true, however in C++17 builds, absl::string_view is an alias for std::string_view and on MSVC, the std::string_view::const_iterator is an object instead of just a pointer.

PiperOrigin-RevId: 233631168

--
16f472f1b94dabf81632d6845574513546c8026e by Abseil Team <absl-team@google.com>:

Updating documentation for custom StrSplit delimiters to reflect
the fact that string_view does not have a (string_view, start, len)
constructor.

PiperOrigin-RevId: 233611745

--
a3192dc5122a9a67e0e4d4d2421b0cdb10612c27 by Eric Fiselier <ericwf@google.com>:

Add missing <cassert> include.

PiperOrigin-RevId: 233523528
GitOrigin-RevId: 0c2e865b4611eda0b43e64c177ac34540f059be2
Change-Id: Ic12e547da3e9c4fe2e79b880f9426fa3cc0f4866
2019-02-13 10:51:49 -05:00
..
algorithm Export of internal Abseil changes. 2018-12-05 15:38:39 -05:00
base Export of internal Abseil changes. 2019-02-07 17:48:22 -05:00
container Export of internal Abseil changes. 2019-02-13 10:51:49 -05:00
copts Export of internal Abseil changes. 2019-01-07 15:22:43 -05:00
debugging Export of internal Abseil changes. 2019-02-07 17:48:22 -05:00
hash Export of internal Abseil changes. 2019-01-30 14:24:09 -05:00
memory Export of internal Abseil changes. 2018-12-05 15:38:39 -05:00
meta Export of internal Abseil changes. 2019-01-30 14:24:09 -05:00
numeric Export of internal Abseil changes. 2019-02-07 17:48:22 -05:00
strings Export of internal Abseil changes. 2019-02-13 10:51:49 -05:00
synchronization Export of internal Abseil changes. 2019-01-31 13:00:01 -05:00
time Export of internal Abseil changes. 2019-02-07 17:48:22 -05:00
types Export of internal Abseil changes. 2019-02-07 17:48:22 -05:00
utility Export of internal Abseil changes. 2018-12-17 13:22:17 -05:00
BUILD.bazel Export of internal Abseil changes. 2018-07-12 14:35:25 -04:00
CMakeLists.txt Export of internal Abseil changes. 2018-09-27 15:28:12 -04:00
compiler_config_setting.bzl Export of internal Abseil changes. 2018-07-12 14:35:25 -04:00