lib: hash: use new c++ Kconfig symbols

SYS_HASH_MAP_CXX was using deprecated C++ symbols.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-07-26 13:16:31 +02:00 committed by Carles Cufí
parent 7ef8911e8c
commit b51dd4ade0

View file

@ -39,9 +39,9 @@ config SYS_HASH_MAP_OA_LP
config SYS_HASH_MAP_CXX
bool "C++ Hashmap"
select CPLUSPLUS
select LIB_CPLUSPLUS
select EXCEPTIONS
select CPP
select REQUIRES_FULL_LIBCPP
select CPP_EXCEPTIONS
help
This enables a C wrapper around the C++ std::unordered_map.