need some help in compiling a jsoncpp sample code

后端 未结 5 1115
离开以前
离开以前 2021-01-25 01:31

I am trying to compile a sample jsoncpp example, but there are tons of compiling errors showing up in \"standard\" headers. did any body see this any time ?

[~]         


        
5条回答
  •  情书的邮戳
    2021-01-25 01:54

    That's the kind of thing that would happen if one of your headers that preceded it had a syntax error such as a missing ; at end of class declaration. Start by cleaning those.

提交回复
热议问题