mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 11:57:19 +02:00
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.