merge(3p/abseil_cpp): Merge upstream at 'ccdbb5941'
Change-Id: I6e85fc7b5f76bba1f1eef15e600a8acb64e97ef5
This commit is contained in:
commit
543379ce45
97 changed files with 3546 additions and 2316 deletions
2
third_party/abseil_cpp/absl/status/status.cc
vendored
2
third_party/abseil_cpp/absl/status/status.cc
vendored
|
|
@ -27,8 +27,6 @@
|
|||
namespace absl {
|
||||
ABSL_NAMESPACE_BEGIN
|
||||
|
||||
// The implementation was intentionally kept same as util::error::Code_Name()
|
||||
// to ease the migration.
|
||||
std::string StatusCodeToString(StatusCode code) {
|
||||
switch (code) {
|
||||
case StatusCode::kOk:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue