-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi, I was trying to compile the code by running make, but I got an error for the following line:
ChunkBasedPriorityQueue/test.cpp
Line 748 in 1daab83
| if (argc < 5 || strcmp(argv[1]=="-h")==0) { |
Should it be if (argc < 5 || strcmp(argv[1], "-h")==0) {?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels