Export of internal Abseil changes

--
1eb20c4802ccaa316ecebc237877210b77ac84f7 by Abseil Team <absl-team@google.com>:

Use constraint_values to detect windows.

This resolves ambiguous copts when cross compiling with LLVM on Windows.

PiperOrigin-RevId: 305935379

--
47c96948132a577b14642ad4c910052768c41d62 by Abseil Team <absl-team@google.com>:

Add StrSplit conversion tests for the swisstable containers.

PiperOrigin-RevId: 305747160

--
0daea0f78b50d49520bd6e67d093cd87d057bb86 by Abseil Team <absl-team@google.com>:

Typo fix: Removes duplicate word.

PiperOrigin-RevId: 305502962
GitOrigin-RevId: 1eb20c4802ccaa316ecebc237877210b77ac84f7
Change-Id: I1bfa0beda0260027a22bc671344cc8b74315b77a
This commit is contained in:
Abseil Team 2020-04-10 13:33:13 -07:00 committed by Gennadiy Rozental
parent 1112609635
commit bf6166a635
5 changed files with 23 additions and 5 deletions

View file

@ -634,8 +634,7 @@ class Cord {
// class so that we can isolate the bulk of cord.cc from changes
// to the representation.
//
// InlineRep holds either either a tree pointer, or an array of kMaxInline
// bytes.
// InlineRep holds either a tree pointer, or an array of kMaxInline bytes.
class InlineRep {
public:
static const unsigned char kMaxInline = 15;