Carsten Neumann 41f360b833
[abseil] Use std:: types when feature cxx17 is enabled (#11039)
Adds a patch changing macros in absl/base/options.h to
always use the std:: namespace types instead of the
absl:: namespace replacements (for any, optional,
string_view, variant).
The upstream version of options.h uses compiler/library
feature detection to decide this, but patch
fix-lnk2019-error.patch hard codes use of absl:: types,
thus rendering setting CMAKE_CXX_STANDARD to 17 in the
port file ineffective. Since auto detection is problematic
from an ABI point of view (see comments in
absl/base/options.h for details), this applies an
alternate patch for fix-lnk2019-error.patch when feature
cxx17 is enabled.
2020-04-30 17:22:56 -07:00
..
2020-04-23 13:45:56 -07:00
2020-04-06 14:49:51 -07:00
2020-02-28 21:44:18 -08:00
2020-04-17 14:10:00 -07:00
2020-04-24 12:56:10 -07:00
2020-02-28 22:14:37 -08:00
2020-03-12 12:13:38 -07:00
2020-04-09 08:04:35 +00:00
2020-03-18 22:53:31 -07:00
2020-04-03 16:36:04 -05:00
2020-03-27 19:33:05 -07:00
2020-03-10 16:52:55 -07:00
2020-04-09 02:27:36 +00:00
2020-04-06 14:49:51 -07:00
2020-02-28 22:30:06 -08:00
2020-03-04 13:25:24 -08:00
2020-02-28 21:38:07 -08:00
2020-04-24 14:10:39 -07:00
2020-04-03 14:39:04 -07:00
2020-04-15 13:06:55 -07:00
2020-04-30 17:21:19 -07:00
2020-03-10 17:06:56 -07:00
2020-04-23 21:14:12 -07:00
2020-04-23 21:43:37 -07:00
2020-04-23 21:18:00 -07:00
2020-04-08 01:37:47 +02:00
2020-04-27 07:01:00 -07:00
2020-04-28 13:14:11 -07:00
2020-04-30 09:49:07 -07:00
2020-03-11 09:28:19 -07:00
2020-04-15 13:06:55 -07:00
2020-04-27 07:06:49 -07:00
2020-04-13 11:41:27 +08:00
2020-03-06 10:09:15 -08:00
2020-04-24 15:04:51 -07:00
2020-04-24 15:04:51 -07:00
2020-04-23 21:40:56 -07:00
2020-04-07 00:59:49 -07:00
2020-03-27 20:43:13 -07:00
2020-04-23 13:43:38 -07:00
2020-04-23 21:16:24 -07:00
2020-03-27 12:53:44 +01:00
2020-03-02 09:35:36 -08:00
2020-03-04 13:52:00 -08:00
2020-03-25 20:43:02 -07:00
2020-04-28 13:15:57 -07:00
2020-03-12 17:52:16 -07:00
2020-03-10 09:33:28 -07:00
2020-03-04 10:38:47 -08:00
2020-04-27 06:58:55 -07:00
2020-03-27 19:43:20 -07:00
2020-03-10 12:20:42 -07:00
2020-03-10 12:20:42 -07:00
2020-03-16 14:52:12 -07:00
2020-03-02 21:30:06 -08:00