Skip to content
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

Declspecs for stl member variables #35

Open
stonier opened this issue Mar 27, 2013 · 0 comments
Open

Declspecs for stl member variables #35

stonier opened this issue Mar 27, 2013 · 0 comments
Labels
Milestone

Comments

@stonier
Copy link
Member

stonier commented Mar 27, 2013

These have me in a spin:

 warning C4251: 'ecl::StandardException::message' : class 'std::basic_string<_Elem,_Traits,_Ax>' needs to have dll-interface to be used by clients of class 'ecl::StandardException'

This is a common warning when you have something as simple as a std::string inside an exported class. Not sure of the right way of dealing with these.

@ghost ghost assigned stonier Mar 27, 2013
@stonier stonier removed their assignment Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant