Skip to content

C++11 Compatibility

Compare
Choose a tag to compare
@vincentlaucsb vincentlaucsb released this 31 Mar 00:46
· 127 commits to master since this release
0041749

CSV library should now be compatible with C++11 by using a third-party string_view implementation. If C++17 is detected, then std::string_view will be used.