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 d84c583 commit f73a6b7Copy full SHA for f73a6b7
src/filepattern/cpp/util/sort.hpp
@@ -73,7 +73,7 @@ class ExternalMergeSort {
73
std::string tmpdir_; // Create a directory to store temporary files
74
std::string sort_variable_; // Variable to sort by if std_map
75
std::string block_size_str_; // String input of blocksize
76
- int map_size_; // Number of variables in the map
+ long unsigned int map_size_; // Number of variables in the map
77
Map temp_map_;
78
79
/**
0 commit comments