vector-of-bool / neo-buffer

Buffer and byte algorithms/types based on those of Asio
Boost Software License 1.0
15 stars 5 forks source link

neo::ensure_buffer_source dosn' #3

Open WarlockD opened 2 years ago

WarlockD commented 2 years ago

I would think it would? Been toying with the buffer library to handle dma transfers and had a simple const buffer that would send data and it wouldn't work. I suspect you have to remove const when it uses single_buffer to check but not sure.