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

On Visual Studio 2015 update 3 "error C2661 : no overloaded function takes ... arguments" #1

Open
AndreaSenseon opened this issue Jan 23, 2019 · 5 comments

Comments

@AndreaSenseon
Copy link

Unfortunately it does not compile for Visual Studio 2015 Update 3 with the error
"error C2661 : no overloaded function takes ... arguments"

@Thomas-Sparber
Copy link
Owner

Can you please post the full error message including file and line number?

I think the problem is that you have the wrong C++ standard enabled. Did you enable stdc++11?

@kenkit
Copy link
Contributor

kenkit commented May 16, 2019

Fixed this in #3

@kenkit
Copy link
Contributor

kenkit commented May 16, 2019

It might be great to add cl build system like appveyor

@Thomas-Sparber
Copy link
Owner

@kenkit how should we proceed? do you think it makes sense to add cl build system? I have no experience with it. Do you want to implement it and create a pull request?
Or should I close the issue?

BR
Thomas

@kenkit
Copy link
Contributor

kenkit commented Oct 9, 2021

I'll look into it when I have time.
Should be easy to setup using cmake.

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