-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qt types compatibility #16
Comments
What Qt types are you talking about here. As Qt is dependent on C++ so all types will work except std::string which anyway you can convert it to QString by using fromStdString method. |
Yep, but it doesn't look elegant. To open file may be it's fine to use |
I dont know if the devs are even active here. We can have the fork of this repo to work on the bugs. |
Or use other from fffaraz/awesome-cpp#csv repo |
You could use other. But their could be subtle difference between these libraries. For fast parsing, csv2 is the best. |
Hello
Is it make sense to prepare pull request with Qt types support? (or at least try to do it)
I believe sfinae magic should be enough for this.
Or library should be stl compatible only? Asking just for saving our time)
The text was updated successfully, but these errors were encountered: