summaryrefslogtreecommitdiff
path: root/Documentation/mainpage.dox
diff options
context:
space:
mode:
authorBarnabás Pőcze <pobrn@protonmail.com>2025-01-21 13:12:54 +0100
committerBarnabás Pőcze <pobrn@protonmail.com>2025-02-27 11:30:23 +0100
commitd40250e03b172ecc5f81299499ea0901f3d5b16d (patch)
treebf6cc13bc4f87c48d01e53068388543b1469c561 /Documentation/mainpage.dox
parentf72c76eb6e06a41d2aaff8c8c4002dea21a7774d (diff)
libcamera: base: log: Remove move constructor
C++17 guarantees move and copy elision in certain cases, such as when returning a prvalue of the same type as the return type of the function. This is what the `_log()` functions do, thus there is no need for the move constructor, so remove it. Furthermore, do not just remove the implementation, but instead delete it as well. Signed-off-by: Barnabás Pőcze <pobrn@protonmail.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/mainpage.dox')
0 files changed, 0 insertions, 0 deletions