mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-28 07:58:08 -04:00
libcamera is planning to move to C++20 and drop the custom `libcamera::Span` type at some point in the future. Since pipewire already uses C++20, remove all uses of it and instead use `std::span` so that things will compile after the removal. |
||
|---|---|---|
| .. | ||
| libcamera-device.cpp | ||
| libcamera-manager.cpp | ||
| libcamera-manager.hpp | ||
| libcamera-source.cpp | ||
| libcamera.c | ||
| libcamera.h | ||
| meson.build | ||