Skip to content

Commit

Permalink
Export of internal Abseil changes
Browse files Browse the repository at this point in the history
--
ea5599482a5120800f060c6d41334dbdbabc3941 by Mark Barolak <mbar@google.com>:

Import of CCTZ from GitHub.

PiperOrigin-RevId: 329715235

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

* Update Status with overview
* Move public API helper functions out of "Implementation Details"
* Add documentation to Status Codes

PiperOrigin-RevId: 329595541

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

Fix -Wextra-semi issues.

ABSL_COMPARE_INLINE_xxx_DECL may expand to nothing.
That produces structs that have only semicolon inside class declaration.
such struct is not a valid c++ code and fails to compile when -Wextra-semi is turned on.

PiperOrigin-RevId: 329564534
GitOrigin-RevId: ea5599482a5120800f060c6d41334dbdbabc3941
Change-Id: Icc9944c3ec8303abc26a167c2ba7c91e59a4877f
  • Loading branch information
Abseil Team authored and mbxx committed Sep 2, 2020
1 parent 0e9921b commit 930fbec
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 112 deletions.
Loading

0 comments on commit 930fbec

Please sign in to comment.