acadia/lib/yunq
Drew Galbraith a71d5e9d24 [Yunq] Explicitly specialize serialization template functions.
While this may end up with some duplicated code, it helps avoid
accidentally generating code for a type that we didn't intend to.
This will help in the future because we will get a linker error rather
than wonky runtime behavior.
2024-01-11 20:41:51 -08:00
..
CMakeLists.txt [Yunq] POC for moving yunq parsing to a library. 2024-01-11 19:27:57 -08:00
message_view.cpp [Yunq] Read capabilities using the parsing library. 2024-01-11 19:59:36 -08:00
message_view.h [Yunq] Move serialization to yunq library. 2024-01-11 20:36:41 -08:00
serialize.cpp [Yunq] Explicitly specialize serialization template functions. 2024-01-11 20:41:51 -08:00
serialize.h [Yunq] Explicitly specialize serialization template functions. 2024-01-11 20:41:51 -08:00
yunq.h [Yunq] Move serialization to yunq library. 2024-01-11 20:36:41 -08:00