1
0
mirror of https://github.com/Zygo/bees.git synced 2025-10-30 17:50:36 +01:00
Files
bees/include/crucible/fd.h
Zygo Blaxell 55dc98e21a fd: finish deprecating vector<uint8_t> in IO wrapper functions
We can simply remove the template specializations, but if we do that, then
existing code might accidentally write out the vector<uint8_t> struct.

Prevent regressions by deleting the vector specializations, making any
code that uses them fail to build.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
2021-10-31 19:42:01 -04:00

6.2 KiB