Skip to content

Commit 04fc985

Browse files
committed
2 parents d835e5a + 47fbcda commit 04fc985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ int main()
186186
hashMap.emplace(13, 6);
187187

188188
// use hash table as a hash set (key only)
189-
Excalibur::HashTable<int, nullptr_t> hashSet;
189+
Excalibur::HashTable<int, std::nullptr_t> hashSet;
190190
hashSet.emplace(13);
191191

192192
return 0;

0 commit comments

Comments
 (0)