[RFC,v1,0/1] Switch to C++20 standard
mbox series

Message ID 20251113110958.1117065-1-naush@raspberrypi.com
Headers show
Series
  • Switch to C++20 standard
Related show

Message

Naushir Patuck Nov. 13, 2025, 11:05 a.m. UTC
Hi,

As the subject says, I'm looking for feedback on switching libcamera to build
against the C++20 standard.

Note that the public libcamera API still remains C++17 compliant, but eventally
it would make sense to switch the public API as well (breaking the ABI!), e.g.
std::span in place of libcamera:span.

Regards,
Naush

Naushir Patuck (1):
  treewide: Update to the C++20 standard

 meson.build                | 2 +-
 src/libcamera/base/log.cpp | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)