Files
external_libcamera/src
Laurent Pinchart 01f5db9559 libcamera: yaml_parser: Use std::make_unique<>
The YamlParser::parse() function constructs a std::unique_ptr<> instance
with a manual call to operator new. Replace it with std::make_unique<>.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
2026-04-24 18:07:44 +03:00
..
2026-03-06 18:24:56 +01:00