From b53c46d760568f02cd8be45547a4ffacad3c7b47 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Fri, 24 Jul 2020 12:15:13 +0200 Subject: BLI: add MultiValueMap This is a convenience wrapper for `Map>`. It does not provide any performance benefits (yet). I need this kind of map in a couple of places and before I was duplicating the lookup logic in many places. --- source/blender/blenlib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/CMakeLists.txt') diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt index db44ebe8e55..4997917a93f 100644 --- a/source/blender/blenlib/CMakeLists.txt +++ b/source/blender/blenlib/CMakeLists.txt @@ -353,6 +353,7 @@ if(WITH_GTESTS) tests/BLI_map_test.cc tests/BLI_math_base_safe_test.cc tests/BLI_memory_utils_test.cc + tests/BLI_multi_value_map_test.cc tests/BLI_set_test.cc tests/BLI_span_test.cc tests/BLI_stack_cxx_test.cc -- cgit v1.2.3