Remove custom span and use std::span

With C++20 the custom container PS:span, which was a backport of
std::span is no longer needed.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser
2025-08-13 17:20:49 +02:00
parent 2daa5385a8
commit 2cedb48de2
62 changed files with 108 additions and 218 deletions
-1
View File
@@ -42,7 +42,6 @@
#include "ps/CStrInternStatic.h"
#include "ps/ConfigDB.h"
#include "ps/Filesystem.h"
#include "ps/containers/Span.h"
#include "renderer/Renderer.h"
#include "renderer/SceneRenderer.h"
#include "renderer/backend/Format.h"