mirror of
https://github.com/Zygo/bees.git
synced 2025-05-18 05:45:45 +02:00
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>