tvl-depot/absl/types
Abseil Team 44efe96dfc Export of internal Abseil changes.
--
9c4ef32276054fba6a116c01cd4b3fd278f59ece by Andy Soffer <asoffer@google.com>:

Remove support for unused arbitrary-width output in FastUniformBits. Width
should be inferred from the requested return UIntType.

PiperOrigin-RevId: 257189319

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

Update comments to make clear that absl::Format(std::string *, ...) appends to the provided string.

PiperOrigin-RevId: 257058043

--
e2096b06d714fba3ea2c885d670a42efd872765c by Xiaoyi Zhang <zhangxy@google.com>:

Fix compilation error on MSVC 2017. The root cause seems to be a compiler bug
in VS 2017 about pack expansion with multiple parameter packs, specifically `MakeVisitationMatrixImpl::Run` is triggering compiler error "error C3528: 'BoundIndices': the number of elements in this pack expansion does not match the number of elements in 'EndIndices'".
Work around this issue by using only one parameter pack `CurrIndices` in `MakeVisitationMatrixImpl::Run`.

PiperOrigin-RevId: 257040381

--
9ab75ff27b2513583fffc1233e6568aa96be36f7 by Matt Calabrese <calabrese@google.com>:

Internal change.

PiperOrigin-RevId: 257039041
GitOrigin-RevId: 9c4ef32276054fba6a116c01cd4b3fd278f59ece
Change-Id: I5f708bb03aff93948502394a413260af2a8a273b
2019-07-10 14:42:52 +00:00
..
internal Export of internal Abseil changes. 2019-07-10 14:42:52 +00:00
any.h Export of internal Abseil changes. 2019-03-12 15:07:34 -04:00
any_exception_safety_test.cc Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00
any_test.cc Export of internal Abseil changes. 2019-04-23 15:57:17 -04:00
bad_any_cast.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
bad_any_cast.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
bad_optional_access.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
bad_optional_access.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
bad_variant_access.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
bad_variant_access.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
BUILD.bazel Export of internal Abseil changes. 2019-05-30 13:42:15 -04:00
CMakeLists.txt Export of internal Abseil changes. 2019-05-08 18:40:30 -04:00
compare.h Export of internal Abseil changes. 2019-05-10 16:08:13 -04:00
compare_test.cc Export of internal Abseil changes. 2019-05-10 16:08:13 -04:00
optional.h Export of internal Abseil changes. 2019-05-22 09:07:07 -04:00
optional_exception_safety_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
optional_test.cc Export of internal Abseil changes. 2019-04-01 18:15:34 -04:00
span.h Export of internal Abseil changes. 2019-03-28 16:54:11 -04:00
span_test.cc Implement Span::first and Span::last from C++20 (#274) 2019-03-08 15:05:39 -05:00
variant.h Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00
variant_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
variant_exception_safety_test.cc Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00
variant_test.cc Export of internal Abseil changes. 2019-07-02 17:23:45 -04:00