-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
a1e1343
commit fad938f
Showing
28 changed files
with
16,083 additions
and
9,360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.