span
Closed this issue · 1 comments
ddkwork commented
where std span?
jxy-s commented
std::span
doesn't require an allocator, so there is no need to wrap it. You can just include it, here is an example of atomic being included:
stlkrn/stlkrn/thread_context.hpp
Line 14 in 26af6fc
An aside: for atomic there is a problem with the emitted instructions for 32bit that isn't patched for the kernel. Should work fine on 64bit.