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

No overloaded function requires 2 arguments build error #45

Closed
ALittlePatate opened this issue Aug 18, 2023 · 3 comments
Closed

No overloaded function requires 2 arguments build error #45

ALittlePatate opened this issue Aug 18, 2023 · 3 comments

Comments

@ALittlePatate
Copy link

Dumper-7\Dumper\Generator.cpp(1531,13): error C2661: 'FileWriter::Write': no overloaded function requires 2 arguments.

Seems like you forgot to update something

@Fischsalat
Copy link
Collaborator

image
put the closing brace on the wrong line, lol. Could've sworn I tried compiling it.

@GoatHEN
Copy link

GoatHEN commented Aug 18, 2023

Hey, sorry for messaging in a closed issue.

Im having the same issue and cant figure out whats wrong exactly even with your comment.
Any way you could explain a bit more or push an update to resolve this?

Thanks

EDIT: i fixed it. its in the middle of the night and i shouldnt be doing what im doing right now.

For other people:

Replace this:
, " && Number == Other.Number")
, " || Number != Other.Number");

With this:
, " && Number == Other.Number"
, " || Number != Other.Number"));

@Fischsalat
Copy link
Collaborator

I closed the issue because I fixed it. And I forgot to commit and push the change to the repo...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants