ben-strasser / fast-cpp-csv-parser

fast-cpp-csv-parser
BSD 3-Clause "New" or "Revised" License
2.11k stars 440 forks source link

its work with arduino? #66

Closed majidmp97 closed 6 years ago

majidmp97 commented 6 years ago

its work with arduino?

ben-strasser commented 6 years ago

If your compiler is C++11 standard compliant, then it should work. I do not know whether the standard Arduino compiler fulfills this requirement. I guess that it is a semi-recent GCC and as such it should. It might be necessary to define CSV_IO_NO_THREAD in case that your platform does not support threads.