Skip to content

Commit

Permalink
lib: hash: use new c++ Kconfig symbols
Browse files Browse the repository at this point in the history
SYS_HASH_MAP_CXX was using deprecated C++ symbols.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Jul 26, 2023
1 parent 7ef8911 commit b51dd4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/hash/Kconfig.hash_map
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b51dd4a

Please sign in to comment.