We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code must be cleaned up as the current implementation is not ideal for exporting as dlls.
Check:
https://stackoverflow.com/questions/8265042/export-a-class-with-stdstring https://stackoverflow.com/questions/16419318/one-way-of-eliminating-c4251-warning-when-using-stl-classes-in-the-dll-interface https://stackoverflow.com/questions/13864510/exporting-stl-class-from-dll-why-is-there-no-warning-from-the-return-type
The text was updated successfully, but these errors were encountered:
Also see
https://msdn.microsoft.com/en-us/library/esew7y1w.aspx
Sorry, something went wrong.
No branches or pull requests
Code must be cleaned up as the current implementation is not ideal for exporting as dlls.
Check:
https://stackoverflow.com/questions/8265042/export-a-class-with-stdstring
https://stackoverflow.com/questions/16419318/one-way-of-eliminating-c4251-warning-when-using-stl-classes-in-the-dll-interface
https://stackoverflow.com/questions/13864510/exporting-stl-class-from-dll-why-is-there-no-warning-from-the-return-type
The text was updated successfully, but these errors were encountered: