T
Tom
Hi everyone!
I get a warning (C4251) if I exports a class which has an stl data-type as
member (in my case a std::map<std::string, std::map<std::string,
std::string> >).
I know what the problem is (std::map must have an export declaration) but I
hope anybody can give me a piece of advice how I can resolve this problem.
Thanks in advance
Tom
Compiler Warning (level 1) C4251:
'identifier' : class 'type' needs to have dll-interface to be used by
clients of class 'type2'
I get a warning (C4251) if I exports a class which has an stl data-type as
member (in my case a std::map<std::string, std::map<std::string,
std::string> >).
I know what the problem is (std::map must have an export declaration) but I
hope anybody can give me a piece of advice how I can resolve this problem.
Thanks in advance
Tom
Compiler Warning (level 1) C4251:
'identifier' : class 'type' needs to have dll-interface to be used by
clients of class 'type2'