When compiling with MinGW GCC I get the errors:
- expected identifier before string constant
- expected ',' or '...' before string constant
multiple times for using this string constructor: std::string m_server_address("localhost:50000"); simply using = resolves the problem.
When compiling with MinGW GCC I get the errors:
multiple times for using this string constructor:
std::string m_server_address("localhost:50000");simply using = resolves the problem.