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

Error with MinGW GCC: string constant #8

Open
SPauly opened this issue Feb 4, 2023 · 0 comments
Open

Error with MinGW GCC: string constant #8

SPauly opened this issue Feb 4, 2023 · 0 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@SPauly
Copy link
Owner

SPauly commented Feb 4, 2023

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.

@SPauly SPauly added bug Something isn't working wontfix This will not be worked on labels Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant