1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 09:36:17 +02:00
Files
bees/include
Zygo Blaxell f45e379802 fs: deprecate vector<char>
Use uint8_t when we mean uint8_t, i.e. vector<uint8_t> instead of
vector<char>.

Add a template parameter instead of vector so we can swap in a
non-copying data type.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
2020-12-17 18:07:36 -05:00
..
2020-12-17 18:07:36 -05:00