ladybird/Userland/Libraries/LibWeb/Cookie
Timothy Flynn 05f41382bb Userland: Properly define IPC::encode and IPC::decode specializations
In order to avoid the base encode/decode methods from being used (and
failing a static assertion), we must be sure to declare/define the
custom type implementations as template specializations.

After this, LibIPC is no longer sensitive to include order.
2022-11-15 13:25:51 -05:00
..
Cookie.cpp Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -05:00
Cookie.h Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -05:00
ParsedCookie.cpp Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -05:00
ParsedCookie.h Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -05:00