[ox] Replace SpanView with Span<const T>

This commit is contained in:
2024-12-01 08:41:08 -06:00
parent 1bf4f246c2
commit b14f1d5000
7 changed files with 60 additions and 128 deletions

View File

@@ -20,7 +20,7 @@
#include "types.hpp"
#include "utility.hpp"
OX_CLANG_NOWARN_BEGIN(-Wunsafe-buffer-usage)
OX_ALLOW_UNSAFE_BUFFERS_BEGIN
namespace ox {
@@ -712,4 +712,4 @@ constexpr auto alignOf(const Vector<T>&) noexcept {
}
OX_CLANG_NOWARN_END
OX_ALLOW_UNSAFE_BUFFERS_END