diff options
author | Abseil Team <absl-team@google.com> | 2020-12-21 04:44:34 -0800 |
---|---|---|
committer | Derek Mauro <dmauro@google.com> | 2020-12-21 12:28:32 -0500 |
commit | 8a9ef3c5da2a9064dda0ac3c61b43b87c12c50b8 (patch) | |
tree | e6b59a8540fd6f8fa8ee86de67837696bfdccd27 /README.md | |
parent | 9f8b87b71b12c1df95ffededd4560cbf5dcb95b9 (diff) | |
download | abseil-8a9ef3c5da2a9064dda0ac3c61b43b87c12c50b8.tar.gz abseil-8a9ef3c5da2a9064dda0ac3c61b43b87c12c50b8.tar.bz2 abseil-8a9ef3c5da2a9064dda0ac3c61b43b87c12c50b8.zip |
Export of internal Abseil changes
--
b95862447354428f62ae1627cf526e42ca0b7a9d by Christian Blichmann <cblichmann@google.com>:
Minor cleanups:
* Sorting using declarations
* Changing the format of a NOLINT statement
PiperOrigin-RevId: 348448885
--
954a4375fb09267e55dfda345605b9aca54998b0 by Abseil Team <absl-team@google.com>:
Enable some more Emscripten tests.
Requires setting -s PRINTF_LONG_DOUBLE=1 in a recent build.
PiperOrigin-RevId: 348043610
GitOrigin-RevId: b95862447354428f62ae1627cf526e42ca0b7a9d
Change-Id: I517c94a5fd0feb9b99823dc8552d28fa598723fe
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ Abseil contains the following C++ library components: * [`numeric`](absl/numeric/) <br /> The `numeric` library contains C++11-compatible 128-bit integers. * [`status`](absl/status/) - <br /> The `status` library contains abstractions for error handling, specifically + <br /> The `status` contains abstractions for error handling, specifically `absl::Status` and `absl::StatusOr<T>`. * [`strings`](absl/strings/) <br /> The `strings` library contains a variety of strings routines and |