mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
d490283916
Fixes ====== - Fixed ambiguous overload issue with std::optional<T> in C++26. (#3095) Improvements ============ - Simplified CATCH_REGISTER_ENUM internals for faster compilation and retrieval. - Successful assertion are slightly (1-2%) faster. - Generic (new-style) matchers support constexpr matching in C++20. - Added STATIC_REQUIRE_THAT for compile-time matcher assertions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>