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

Doesn't compile under VS2019 with c++17 enabled #48

Closed
gerald-brandt opened this issue Nov 16, 2020 · 1 comment
Closed

Doesn't compile under VS2019 with c++17 enabled #48

gerald-brandt opened this issue Nov 16, 2020 · 1 comment

Comments

@gerald-brandt
Copy link

1>C:\src\wordtsar\third-party\simpleini\SimpleIni.h(327,47): error C2143: syntax error: missing ',' before '<' (compiling source file src\gui\editor\editorctrl.cpp)
1>C:\src\wordtsar\third-party\simpleini\SimpleIni.h(329): message : see reference to class template instantiation 'CSimpleIniTempl<SI_CHAR,SI_STRLESS,SI_CONVERTER>::Entry::KeyOrder' being compiled (compiling source file src\gui\editor\editorctrl.cpp)
1>C:\src\wordtsar\third-party\simpleini\SimpleIni.h(338): message : see reference to class template instantiation 'CSimpleIniTempl<SI_CHAR,SI_STRLESS,SI_CONVERTER>::Entry' being compiled (compiling source file src\gui\editor\editorctrl.cpp)
1>C:\src\wordtsar\third-party\simpleini\SimpleIni.h(1294): message : see reference to class template instantiation 'CSimpleIniTempl<SI_CHAR,SI_STRLESS,SI_CONVERTER>' being compiled (compiling source file src\gui\editor\editorctrl.cpp)
1>C:\src\wordtsar\third-party\simpleini\SimpleIni.h(335,48): error C2143: syntax error: missing ',' before '<' (compiling source file src\gui\editor\editorctrl.cpp)
1>C:\src\wordtsar\third-party\simpleini\SimpleIni.h(338): message : see reference to class template instantiation 'CSimpleIniTempl<SI_CHAR,SI_STRLESS,SI_CONVERTER>::Entry::LoadOrder' being compiled (compiling source file src\gui\editor\editorctrl.cpp)
1>C:\src\wordtsar\third-party\simpleini\SimpleIni.h(327,32): error C2039: 'binary_function': is not a member of 'std' (compiling source file src\gui\editor\editorctrl.cpp)

@gerald-brandt
Copy link
Author

Never mind. I copied the files to the wrong location, and was using old versions.

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

1 participant