jxy-s/stlkrn

span

Closed this issue · 1 comments

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:

#include <atomic>

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.