Can't pack into std::span
zanderdk opened this issue · 1 comments
zanderdk commented
According to the documentation pack_into should be able to pack_into any byte_container, but the function takes a std:array instead of std::span or equivalent.
bitpacker/include/bitpacker/bitpacker.hpp
Line 822 in c62dbbf
CrustyAuklet commented
thanks for pointing this out! I've been working on a major refactor in the multi-header-2
branch, so I made the fix in a branch off of that. I mainly test with span-lite and this breaks on MSVC right now. I opened up a issue there, and I will see what they say.