Skip to content

Commit 528471a

Browse files
committed
fix compilation
1 parent 83b2588 commit 528471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExcaliburHashTest02.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ template <> struct KeyInfo<BadHashStruct>
144144
TEST(SmFlatHashMap, InsertEraseReinsert)
145145
{
146146
const int kNumElements = 1024;
147-
Excalibur::HashTable<BadHashStruct, nullptr_t> ht;
147+
Excalibur::HashTable<BadHashStruct, std::nullptr_t> ht;
148148
EXPECT_EQ(ht.size(), 0u);
149149
EXPECT_GE(ht.capacity(), 0u);
150150

0 commit comments

Comments
 (0)