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'm finding I'm getting compilation errors in claims.cpp and tools.cpp:
josepp/src/claims.cpp:63:22: error: invalid use of incomplete type ‘std::stringstream’ {aka ‘class std::__cxx11::basic_stringstream’}
josepp/src/tools.cpp: In function ‘Json::Value jose::unmarshal(const string&)’:
/home/steve/development/p4root/im/extlib/josepp/src/tools.cpp:45:22: error: invalid use of incomplete type ‘std::stringstream’ {aka ‘class std::__cxx11::basic_stringstream’}
Not sure why I get these and you don't (possibly unique to my Fedora 29?), but it's easily fixed by adding the include in both files.
Adding the include in both files makes for a clean build/install.
Steve.
The text was updated successfully, but these errors were encountered:
Hi,
I'm finding I'm getting compilation errors in claims.cpp and tools.cpp:
josepp/src/claims.cpp:63:22: error: invalid use of incomplete type ‘std::stringstream’ {aka ‘class std::__cxx11::basic_stringstream’}
josepp/src/tools.cpp: In function ‘Json::Value jose::unmarshal(const string&)’:
/home/steve/development/p4root/im/extlib/josepp/src/tools.cpp:45:22: error: invalid use of incomplete type ‘std::stringstream’ {aka ‘class std::__cxx11::basic_stringstream’}
Not sure why I get these and you don't (possibly unique to my Fedora 29?), but it's easily fixed by adding the include in both files.
Adding the include in both files makes for a clean build/install.
Steve.
The text was updated successfully, but these errors were encountered: