Skip to content

Commit f7a0ed0

Browse files
author
Julian LALU
committed
Fix builds
1 parent 262db73 commit f7a0ed0

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"cmake.configureArgs": [
3-
"-DSANITIZER:BOOL=ON" // ou undefined, thread, leak, etc.
3+
//"-DSANITIZER:BOOL=ON" // ou undefined, thread, leak, etc.
44
]
55
}

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ set( src
7878
hashmap/hashmap_reserve.cpp
7979
hashmap/hashmap_move_assign_operator.cpp
8080
hashmap/hashmap_move_constructors.cpp
81+
hashmap/hashmap_rehash.cpp
8182
hashmap/hashmap_remove.cpp
8283
hashset/hashset_add.cpp
8384
hashset/hashset_constructors.cpp

test/hashmap/hashmap_rehash.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include <core/containers/hashmap.h>

0 commit comments

Comments
 (0)