In a header I am trying to insert a forward declaration to CSVReader. This does not work because CSVReader is a typedef of an unnamed struct. See https://stackoverflow.com/questions/7256436/forward-declarations-of-unnamed-struct.
In a header I am trying to insert a forward declaration to CSVReader. This does not work because CSVReader is a typedef of an unnamed struct. See https://stackoverflow.com/questions/7256436/forward-declarations-of-unnamed-struct.