vincentlaucsb / csv-parser

A high-performance, fully-featured CSV parser and serializer for modern C++.
MIT License
901 stars 150 forks source link

Use const CSVFormat& in calculate_score #236

Closed rajgoel closed 3 months ago

rajgoel commented 3 months ago

Fix #234

vincentlaucsb commented 3 months ago

Thank you for your change. I've read your comments under the issues and I'm not sure why I didn't make format a const reference in the first place.