We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building CXX object CMakeFiles/hardseed.dir/Users/witt/temp/hardseed/src/lib/3rd/json11/json11.o /Users/witt/temp/hardseed/src/lib/3rd/json11/json11.cpp:152:24: error: invalid operands to binary expression ('nullptr_t' and 'nullptr_t') return m_value < static_cast<const Value<tag, T> *>(other)->m_value; ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/witt/temp/hardseed/src/lib/3rd/json11/json11.cpp:208:5: note: in instantiation of member function 'json11::Value<json11::Json::Type::NUL, nullptr_t>::less' requested here JsonNull() : Value(nullptr) {} ^ 1 error generated. make[2]: *** [CMakeFiles/hardseed.dir/Users/witt/temp/hardseed/src/lib/3rd/json11/json11.o] Error 1 make[1]: *** [CMakeFiles/hardseed.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
@meekzhou Use the newest json11 to replace the file in this project can be done, good luck
Sorry, something went wrong.
@StephenLeeUSTC It is OK now!!! Thanks
No branches or pull requests
Building CXX object CMakeFiles/hardseed.dir/Users/witt/temp/hardseed/src/lib/3rd/json11/json11.o
/Users/witt/temp/hardseed/src/lib/3rd/json11/json11.cpp:152:24: error: invalid operands to binary
expression ('nullptr_t' and 'nullptr_t')
return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/witt/temp/hardseed/src/lib/3rd/json11/json11.cpp:208:5: note: in instantiation of member
function 'json11::Value<json11::Json::Type::NUL, nullptr_t>::less' requested here
JsonNull() : Value(nullptr) {}
^
1 error generated.
make[2]: *** [CMakeFiles/hardseed.dir/Users/witt/temp/hardseed/src/lib/3rd/json11/json11.o] Error 1
make[1]: *** [CMakeFiles/hardseed.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: