cpptoml icon indicating copy to clipboard operation
cpptoml copied to clipboard

Compile errors on vs2013

Open lianera opened this issue 8 years ago • 1 comments

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

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 '='

lianera avatar Feb 10 '17 06:02 lianera

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.

adah1972 avatar Mar 27 '18 06:03 adah1972