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
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@ config SYS_HASH_MAP_OA_LP
|
||||||
|
|
||||||
config SYS_HASH_MAP_CXX
|
config SYS_HASH_MAP_CXX
|
||||||
bool "C++ Hashmap"
|
bool "C++ Hashmap"
|
||||||
select CPLUSPLUS
|
select CPP
|
||||||
select LIB_CPLUSPLUS
|
select REQUIRES_FULL_LIBCPP
|
||||||
select EXCEPTIONS
|
select CPP_EXCEPTIONS
|
||||||
help
|
help
|
||||||
This enables a C wrapper around the C++ std::unordered_map.
|
This enables a C wrapper around the C++ std::unordered_map.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue