You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use JSON header in a CPP project at VS.
So many errors....
Error 2 error C3646: 'noexcept' : unknown override specifier c:\users\max\desktop\test\test\json.hpp 146 1 test
Error 3 error C2143: syntax error : missing ';' before 'std::array<uint8_t,0x09>' c:\users\max\desktop\test\test\json.hpp 147 1 test
Error 4 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\users\max\desktop\test\test\json.hpp 147 1 test
Error 5 error C2143: syntax error : missing ';' before 'user-defined conversion' c:\users\max\desktop\test\test\json.hpp 2595 1 test
Error 6 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\users\max\desktop\test\test\json.hpp 2595 1 test
Error 7 error C3646: 'noexcept' : unknown override specifier c:\users\max\desktop\test\test\json.hpp 2647 1 test
Error 8 error C2143: syntax error : missing ';' before 'size_t' c:\users\max\desktop\test\test\json.hpp 3079 1 test
Error 9 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\users\max\desktop\test\test\json.hpp 3079 1 test
Error 10 error C3646: 'noexcept' : unknown override specifier c:\users\max\desktop\test\test\json.hpp 3080 1 test
Error 11 error C1903: unable to recover from previous error(s); stopping compilation c:\users\max\desktop\test\test\json.hpp 3137 1 test
12 IntelliSense: a constexpr member function is only permitted in a literal class type c:\Users\max\Desktop\test\test\json.hpp 11186 30 test
13 IntelliSense: inline specifier allowed on function declarations only c:\Users\max\Desktop\test\test\json.hpp 25935 1 test
14 IntelliSense: expected an operator c:\Users\max\Desktop\test\test\json.hpp 25935 32 test
Which version of the library did you use?
latest from the link.
The text was updated successfully, but these errors were encountered:
My main CPP file:
What is the issue you have?
I want to use JSON header in a CPP project at VS.
So many errors....
Which version of the library did you use?
latest from the link.
The text was updated successfully, but these errors were encountered: