Skip to content

Commit b423e10

Browse files
committed
Fix musl/Alpine build failures
1 parent 4141746 commit b423e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ class dict_iter : public dict_const_iter
10801080
dict_iter()
10811081
: dict_const_iter(nullptr)
10821082
{}
1083-
explicit dict_iter(nullptr_t)
1083+
explicit dict_iter(std::nullptr_t)
10841084
: dict_const_iter(nullptr)
10851085
{}
10861086
explicit dict_iter(dict *d, dictEntry *de)

0 commit comments

Comments
 (0)