Currently I am trying to sort a vector of structs based on a specific field. I have set up a custom comparison function for the use of the sort function. However, i am getti
static bool customCompare(const Play &x, const Play &y)