tvl-depot/absl
Abseil Team c2e00d3419 Export of internal Abseil changes.
--
eb6cc81ef7e89e10fc9df47418af93e22fd116d2 by Abseil Team <absl-team@google.com>:

Workaround clang bug https://bugs.llvm.org/show_bug.cgi?id=38289

PiperOrigin-RevId: 206006290

--
509e9829295bfc429b82de42f2e073c756ea5709 by Jon Cohen <cohenjon@google.com>:

Remove make_unique ambiguity when using gcc 4.9 in C++14 mode.

gcc 4.9.4 has __cplusplus at 201300L instead of 201402L when in C++14 mode, I guess indicating incomplete support.  Anyways, it causes a problem with this check as in c++14 mode in old gcc we were defining absl::make_unique when std::make_unique was present

PiperOrigin-RevId: 205886589
GitOrigin-RevId: eb6cc81ef7e89e10fc9df47418af93e22fd116d2
Change-Id: I9acf3f3d0fd3b0b46ae099821f3bf21b72c28b2b
2018-07-25 14:13:24 -04:00
..
algorithm Export of internal Abseil changes. 2018-07-18 13:09:57 -04:00
base Export of internal Abseil changes. 2018-07-19 08:54:14 -04:00
container Export of internal Abseil changes. 2018-07-20 09:18:23 -04:00
debugging Export of internal Abseil changes. 2018-07-17 14:32:16 -04:00
memory Export of internal Abseil changes. 2018-07-25 14:13:24 -04:00
meta Export of internal Abseil changes. 2018-07-18 13:09:57 -04:00
numeric Export of internal Abseil changes. 2018-07-19 08:54:14 -04:00
strings Export of internal Abseil changes. 2018-07-25 14:13:24 -04:00
synchronization Export of internal Abseil changes. 2018-07-24 15:36:25 -04:00
time Merge pull request #144 from rongjiecomputer/winsock2 2018-07-13 14:13:24 -04:00
types Export of internal Abseil changes. 2018-07-17 14:32:16 -04:00
utility - 07191b0f52301e1e4a790e236f7b7c2fd90561ae Disambiguates computed return type of absl::optional logi... by Abseil Team <absl-team@google.com> 2018-05-04 13:30:42 -04:00
BUILD.bazel Export of internal Abseil changes. 2018-07-12 14:35:25 -04:00
CMakeLists.txt CMake support 2017-10-27 18:46:36 +02:00
compiler_config_setting.bzl Export of internal Abseil changes. 2018-07-12 14:35:25 -04:00
copts.bzl Export of internal Abseil changes. 2018-07-12 14:35:25 -04:00