Commits


Vincent La authored and GitHub committed fad938f9285
Improved Integer Handling with CSVField::get<>() (#40) * Integrated Hedley library * Possible performance increase on older compilers due to use of `restrict`, `pure`, etc. * Updated Catch to latest version * Refactored unit tests * Better handling of integer types with `get()` * `get<>()` is now supported for all signed integer types