tvl-depot/absl/strings/internal
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
..
str_format Export of internal Abseil changes. 2018-07-25 14:13:24 -04:00
bits.h - abe587c2360b21f085b7d65a77d840015bc04cf6 Factor an internal interface into its own header, as it w... by Greg Falcon <gfalcon@google.com> 2018-05-15 11:00:30 -04:00
char_map.h Initial Commit 2017-09-19 16:54:40 -04:00
char_map_benchmark.cc - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by Alex Strelnikov <strel@google.com> 2018-05-31 15:58:36 -04:00
char_map_test.cc Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00
charconv_bigint.cc -- 2018-06-18 16:20:03 -04:00
charconv_bigint.h -- 2018-06-18 16:20:03 -04:00
charconv_bigint_test.cc -- 2018-06-18 16:20:03 -04:00
charconv_parse.cc -- 2018-06-18 16:20:03 -04:00
charconv_parse.h -- 2018-06-18 16:20:03 -04:00
charconv_parse_test.cc -- 2018-06-18 16:20:03 -04:00
escaping_test_common.h - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by Alex Strelnikov <strel@google.com> 2018-05-31 15:58:36 -04:00
memutil.cc Initial Commit 2017-09-19 16:54:40 -04:00
memutil.h Initial Commit 2017-09-19 16:54:40 -04:00
memutil_benchmark.cc - abacaab4b11a69dd4db627bd183571d7cabb8def Refinement to previous time.h edit (in this same github p... by Greg Falcon <gfalcon@google.com> 2018-06-08 11:24:58 -04:00
memutil_test.cc Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00
numbers_test_common.h - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by Alex Strelnikov <strel@google.com> 2018-05-31 15:58:36 -04:00
ostringstream.cc Changes imported from Abseil "staging" branch: 2017-11-15 10:43:52 -05:00
ostringstream.h Changes imported from Abseil "staging" branch: 2017-11-15 10:43:52 -05:00
ostringstream_benchmark.cc - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by Alex Strelnikov <strel@google.com> 2018-05-31 15:58:36 -04:00
ostringstream_test.cc Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00
resize_uninitialized.h Initial Commit 2017-09-19 16:54:40 -04:00
resize_uninitialized_test.cc Initial Commit 2017-09-19 16:54:40 -04:00
stl_type_traits.h Changes imported from Abseil "staging" branch: 2018-01-08 10:38:50 -05:00
str_join_internal.h - e63f59e34d34d483f89e4e6a7fe80805d1332329 This CL replicates github.com/abseil/abseil-cpp/pull/117 ... by Abseil Team <absl-team@google.com> 2018-05-09 17:08:36 -04:00
str_split_internal.h Export of internal Abseil changes. 2018-06-26 13:49:13 -04:00
utf8.cc Initial Commit 2017-09-19 16:54:40 -04:00
utf8.h Changes imported from Abseil "staging" branch: 2018-03-13 14:59:16 -04:00
utf8_test.cc Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00