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:
parent
7ef8911e8c
commit
b51dd4ade0
|
@ -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…
Reference in a new issue