cpptoml
cpptoml copied to clipboard
Compile errors on vs2013
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 '='
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.