commit | eb9b1961ad9c7eb0c355f82f142af1bc2c5cec9a | [log] [tgz] |
---|---|---|
author | Vince Chang <vince_chang@aspeedtech.com> | Tue Mar 25 14:11:02 2025 +0800 |
committer | Vince Chang <vince_chang@aspeedtech.com> | Wed Mar 26 00:33:13 2025 +0000 |
tree | 2a8339df96079fcd40e25607278ec8c7647cf6ae | |
parent | 630a7e7e604e4c73807bb696c4463541f6b8e4ee [diff] |
Fix build issue update to C++23 Fix below build fail. ``` recipe-sysroot/usr/include/sdbusplus/asio/connection.hpp:88:32: error: 'move_only_function' in namespace 'std' does not name a template type | 88 | using send_function = std::move_only_function<callback_t>; ``` Change-Id: Ib88e44e65facce5bb4497fdc82f07c94900e16cd Signed-off-by: Vince Chang <vince_chang@aspeedtech.com>