added a few more pieces to the framework, overhauled main.cc
This commit is contained in:
@ -23,7 +23,7 @@ typedef struct position {
|
||||
bool operator<(const position &other) const;
|
||||
} position;
|
||||
|
||||
size_t find(const std::vector<position> &sorted_list,
|
||||
const position &target);
|
||||
std::size_t find(const std::vector<position> &sorted_list,
|
||||
const position &target);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user