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

C2061 compile error in DataFrame.h #62

Closed
swilson314 opened this issue Mar 30, 2020 · 3 comments
Closed

C2061 compile error in DataFrame.h #62

swilson314 opened this issue Mar 30, 2020 · 3 comments

Comments

@swilson314
Copy link

I downloaded the source and ran cmake to generate VS 2017 project files. ALL_BUILD ran fine except the one error shown below in the text and screenshot. The error is fixed if I change the diff_func return type from size_type to DataFrame::size_type. Just wanted to verify this is correct?

Severity Code Description Project File Line Suppression State
Error C2061 syntax error: identifier 'size_type' dataframe_tester_2 f:\dev\dataframe-master\include\dataframe\dataframe.h 277

image

@hosseinmoein
Copy link
Owner

Hmm, I thought I already did that. Yeah, that should fix for ms compilers

@hosseinmoein
Copy link
Owner

I just fully corrected its syntax for Windows.
Unfortunately, I don't have access to a windows development environment. I have to go through Appveyor :-)

@swilson314
Copy link
Author

Thanks. If this becomes part of our ML pipeline I’ll test it frequently for you ;)

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

No branches or pull requests

2 participants