Jonathan Wakely
73ae6eb572
libstdc++: Use __is_same instead of __is_same_as
...
PR 92271 added __is_same as another spelling of __is_same_as. Since
Clang also spells it __is_same, let's just use that consistently.
It appears that Intel icc sets __GNUC__ to 10, but only supports
__is_same_as. If we only use __is_same for __GNUC__ >= 11 then we won't
break icc again (it looks like we broke previous versions of icc when we
started using __is_same_as).
libstdc++-v3/ChangeLog:
* include/bits/c++config (_GLIBCXX_HAVE_BUILTIN_IS_SAME):
Define for GCC 11 or when !__is_identifier(__is_same).
(_GLIBCXX_BUILTIN_IS_SAME_AS): Remove.
* include/std/type_traits (is_same, is_same_v): Replace uses
of _GLIBCXX_BUILTIN_IS_SAME_AS.
2020-09-30 18:41:12 +01:00
..
2020-01-01 12:51:42 +01:00
2020-09-22 17:49:48 +01:00
2020-04-30 16:01:43 +01:00
2020-01-01 12:51:42 +01:00
2020-04-30 16:01:43 +01:00
2020-09-10 17:09:15 +01:00
2020-09-11 14:28:50 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-08-12 20:36:00 +01:00
2020-08-10 12:02:18 +01:00
2020-02-27 10:52:28 +00:00
2020-01-01 12:51:42 +01:00
2020-09-30 18:41:12 +01:00
2020-06-15 14:31:26 +01:00
2020-01-01 12:51:42 +01:00
2020-09-10 17:09:16 +01:00
2020-01-01 12:51:42 +01:00
2020-09-02 15:32:11 +01:00
2020-09-02 15:32:11 +01:00
2020-01-01 12:51:42 +01:00
2020-02-15 10:25:23 +00:00
2020-04-17 23:41:04 +01:00
2020-08-11 21:30:05 +02:00
2020-07-06 17:12:29 +01:00
2020-04-15 21:01:42 +01:00
2020-01-01 12:51:42 +01:00
2020-09-10 18:47:08 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-08-26 17:44:23 +01:00
2020-08-26 07:58:46 +02:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-08-19 12:13:23 +01:00
2020-08-06 19:23:14 +01:00
2020-09-22 15:45:54 +01:00
2020-08-11 21:30:05 +02:00
2020-04-15 19:47:48 +01:00
2020-01-01 12:51:42 +01:00
2020-09-10 18:57:39 +01:00
2020-01-01 12:51:42 +01:00
2020-09-10 17:09:16 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-07-06 17:12:29 +01:00
2020-01-01 12:51:42 +01:00
2020-08-19 09:12:55 -04:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-08-26 07:58:46 +02:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-07-07 23:36:29 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-04-22 22:54:34 +01:00
2020-01-01 12:51:42 +01:00
2020-02-17 15:43:43 +00:00
2020-01-09 16:50:51 +00:00
2020-09-22 15:45:54 +01:00
2020-09-22 15:45:54 +01:00
2020-09-22 15:45:54 +01:00
2020-09-22 15:45:54 +01:00
2020-09-22 15:45:54 +01:00
2020-03-03 22:44:39 -05:00
2020-09-28 11:55:04 -04:00
2020-01-28 13:24:09 +00:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-09-11 14:52:40 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-07-06 17:12:29 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-04-14 21:54:55 +01:00
2020-04-14 21:54:55 +01:00
2020-04-08 16:51:59 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-06-19 14:37:52 +01:00
2020-01-01 12:51:42 +01:00
2020-09-21 20:48:23 -04:00
2020-09-02 15:32:11 +01:00
2020-07-31 23:18:51 +02:00
2020-04-28 23:39:38 +01:00
2020-08-12 20:36:00 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-03-27 23:26:03 +00:00
2020-09-10 17:09:15 +01:00
2020-08-12 20:36:00 +01:00
2020-07-06 17:12:29 +01:00
2020-07-06 17:12:29 +01:00
2020-07-06 17:12:29 +01:00
2020-02-26 10:23:17 -05:00
2020-06-19 15:02:54 +01:00
2020-04-19 21:30:15 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-07-06 17:12:29 +01:00
2020-04-19 21:30:15 +01:00
2020-01-01 12:51:42 +01:00
2020-08-19 17:04:49 +01:00
2020-06-19 18:20:05 +01:00
2020-04-17 23:41:04 +01:00
2020-03-18 12:55:29 +00:00
2020-06-04 22:27:47 +02:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-02-17 15:43:43 +00:00
2020-01-01 12:51:42 +01:00
2020-06-08 21:21:31 +01:00
2020-07-29 11:26:42 +02:00
2020-07-29 11:26:42 +02:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00