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

Compile errors on vs2013 #47

Open
lianera opened this issue Feb 10, 2017 · 1 comment
Open

Compile errors on vs2013 #47

lianera opened this issue Feb 10, 2017 · 1 comment
Labels
more-info-needed Issues that require more information for developer action

Comments

@lianera
Copy link

lianera commented Feb 10, 2017

Platform:
Visual Studio 2013, x86 program
master branch (941227b)

1>cpptoml.h(161): error C2144: syntax error : 'int' should be preceded by ';'
1>cpptoml.h(161): error C2873: 'datetime' : symbol cannot be used in a using-declaration
1>cpptoml.h(161): error C2513: 'int' : no variable declared before '='

@adah1972
Copy link
Contributor

Are you sure it is VS2013? I do not see such problems.

Anyway, VS2013's support of C++11 is not good enough to make cpptoml work. I see it report errors in other places.

@skystrife skystrife added the more-info-needed Issues that require more information for developer action label Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more-info-needed Issues that require more information for developer action
Projects
None yet
Development

No branches or pull requests

3 participants