Browse Source

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>
pull/60836/head
Gerard Marull-Paretas 2 years ago committed by Carles Cufí
parent
commit
b51dd4ade0
  1. 6
      lib/hash/Kconfig.hash_map

6
lib/hash/Kconfig.hash_map

@ -39,9 +39,9 @@ config SYS_HASH_MAP_OA_LP @@ -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.

Loading…
Cancel
Save