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
@@ -39,7 +39,6 @@
#include "ps/CStrInternStatic.h"
#include "ps/Game.h"
#include "ps/World.h"
#include "ps/containers/Span.h"
#include "renderer/PostprocManager.h"
#include "renderer/Renderer.h"
#include "renderer/RenderingOptions.h"