merge(3p/absl): subtree merge of Abseil up to e19260f

... notably, this includes Abseil's own StatusOr type, which
conflicted with our implementation (that was taken from TensorFlow).

Change-Id: Ie7d6764b64055caaeb8dc7b6b9d066291e6b538f
This commit is contained in:
Vincent Ambo 2020-11-21 14:43:54 +01:00
parent cc27324d02
commit 082c006c04
854 changed files with 11260 additions and 5296 deletions

View file

@ -21,6 +21,7 @@ absl_cc_library(
"ascii.h"
"charconv.h"
"escaping.h"
"internal/string_constant.h"
"match.h"
"numbers.h"
"str_cat.h"
@ -158,6 +159,19 @@ absl_cc_test(
gmock_main
)
absl_cc_test(
NAME
string_constant_test
SRCS
"internal/string_constant_test.cc"
COPTS
${ABSL_TEST_COPTS}
DEPS
absl::strings
absl::type_traits
gmock_main
)
absl_cc_test(
NAME
string_view_test
@ -475,6 +489,7 @@ absl_cc_test(
COPTS
${ABSL_TEST_COPTS}
DEPS
absl::strings
absl::str_format_internal
absl::raw_logging_internal
absl::int128
@ -547,6 +562,7 @@ absl_cc_library(
DEPS
absl::base
absl::base_internal
absl::compressed_tuple
absl::core_headers
absl::endian
absl::fixed_array