Hacker News new | ask | show | jobs
by loeg 261 days ago
What? std::span is equivalent to just a pointer+length pair. It doesn't know anything about if the underlying object(s) are still valid.