Nathan Lanza
d1891f67ac
AK: Use direct-list-initialization for Vector::empend() ( #4564 )
...
clang trunk with -std=c++20 doesn't seem to properly look for an
aggregate initializer here when the type being constructed is a simple
aggregate (e.g. `struct Thing { int a; int b; };`). This template fails
to compile in a usage added 12/16/2020 in `AK/Trie.h`.
Both forms of initialization are supposed to call the
aggregate-initializers but direct-list-initialization delegating to
aggregate initializers is a new addition in c++20 that might not be
implemented yet.
2020-12-27 23:06:37 +01:00
..
2020-12-18 10:02:14 +01:00
2020-12-27 01:16:56 +01:00
2020-12-26 10:10:27 +01:00
2020-12-25 17:04:28 +01:00
2020-12-27 23:06:37 +01:00
2020-12-26 19:55:01 +01:00
2020-12-26 10:10:27 +01:00
2020-08-12 20:40:59 +02:00
2020-12-25 19:35:55 +01:00
2020-12-25 17:05:05 +01:00
2020-12-25 17:04:28 +01:00
2020-12-27 01:16:56 +01:00
2020-12-12 21:28:12 +01:00
2020-12-27 01:17:50 +01:00
2020-12-21 00:09:48 +01:00
2020-12-25 17:05:05 +01:00
2020-12-21 00:09:48 +01:00
2020-12-25 19:35:55 +01:00
2020-09-25 21:18:17 +02:00
2020-08-25 09:48:48 +02:00
2020-09-25 21:18:17 +02:00
2020-09-13 21:19:15 +02:00
2020-12-27 22:45:25 +01:00
2020-12-27 01:16:56 +01:00
2020-11-30 13:17:02 +01:00
2020-11-30 13:17:02 +01:00
2020-12-14 23:05:53 +01:00
2020-12-21 00:19:21 +01:00
2020-12-23 00:40:11 +01:00
2020-12-18 19:22:26 +01:00
2020-12-18 19:22:26 +01:00
2020-08-22 20:55:10 +02:00
2020-09-25 21:18:17 +02:00
2020-12-26 10:05:50 +01:00
2020-12-25 01:03:46 +01:00
2020-08-10 20:05:18 +02:00
2020-12-16 23:38:17 +01:00
2020-12-16 23:38:17 +01:00
2020-12-16 23:38:17 +01:00
2020-12-19 10:23:12 +01:00
2020-12-19 10:23:12 +01:00
2020-09-25 21:18:17 +02:00
2020-12-26 10:10:27 +01:00
2020-12-27 01:16:56 +01:00
2020-11-30 13:17:02 +01:00
2020-11-30 13:17:02 +01:00
2020-12-25 01:03:46 +01:00
2020-08-10 11:51:45 +02:00
2020-12-25 19:35:55 +01:00
2020-09-25 21:18:17 +02:00
2020-12-12 21:28:12 +01:00
2020-12-27 11:09:30 +01:00
2020-08-26 08:52:07 +02:00
2020-12-25 17:05:05 +01:00
2020-12-12 21:28:12 +01:00
2020-11-24 21:26:39 +01:00
2020-11-24 21:26:39 +01:00
2020-12-27 11:09:30 +01:00
2020-09-13 21:19:15 +02:00
2020-10-02 15:38:07 +02:00
2020-12-22 19:38:25 +01:00
2020-12-25 17:05:05 +01:00
2020-12-27 11:09:30 +01:00
2020-12-12 21:28:12 +01:00
2020-08-10 11:51:45 +02:00
2020-08-10 11:51:45 +02:00
2020-12-21 18:26:12 +01:00
2020-12-21 18:26:12 +01:00
2020-12-21 18:26:12 +01:00
2020-12-26 16:10:04 +01:00
2020-09-22 15:06:40 +02:00
2020-09-15 20:36:45 +02:00
2020-12-25 12:51:11 +01:00
2020-12-25 12:51:11 +01:00
2020-12-16 23:38:17 +01:00
2020-12-16 23:38:17 +01:00