ladybird/Services/LookupServer
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
..
CMakeLists.txt
DNSAnswer.cpp
DNSAnswer.h
DNSPacket.h AK: Add Endian.h header to replace NetworkOrdered.h. 2020-08-25 16:22:14 +02:00
DNSQuestion.h
DNSRequest.cpp AK: Use direct-list-initialization for Vector::empend() (#4564) 2020-12-27 23:06:37 +01:00
DNSRequest.h
DNSResponse.cpp LookupServer: Put debug spam behind a macro 2020-12-06 01:16:39 +01:00
DNSResponse.h
LookupServer.cpp LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
LookupServer.h LookupServer: Support multiple nameservers 2020-10-25 18:52:20 +01:00
main.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00