Closed smeso closed 2 months ago
the old code was trying to print a non-existent field (size) and the struct as a whole (which doesn't have a operator<< override defined). Probably a typo happened during refactoring.
the old code was trying to print a non-existent field (size) and the struct as a whole (which doesn't have a operator<< override defined). Probably a typo happened during refactoring.