We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b2588 commit 528471aCopy full SHA for 528471a
ExcaliburHashTest02.cpp
@@ -144,7 +144,7 @@ template <> struct KeyInfo<BadHashStruct>
144
TEST(SmFlatHashMap, InsertEraseReinsert)
145
{
146
const int kNumElements = 1024;
147
- Excalibur::HashTable<BadHashStruct, nullptr_t> ht;
+ Excalibur::HashTable<BadHashStruct, std::nullptr_t> ht;
148
EXPECT_EQ(ht.size(), 0u);
149
EXPECT_GE(ht.capacity(), 0u);
150
0 commit comments