-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
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
how does a normal basic_json<> object cuase assertion false
#3918
Comments
|
sorry too late, example as below: int main(int argc, char** argv)
} |
This error is not related to the library at all.
You want
|
sorry to give the wrong code ,actually, i do use % instead of / |
Can you then please share a complete working example, including main and everything? |
@yuThomas Any updates? |
Description
string_t dump(const int indent = -1,
const char indent_char = ' ',
const bool ensure_ascii = false,
const error_handler_t error_handler = error_handler_t::strict) const
cause "assertion
false
" coredumpReproduction steps
Expected vs. actual results
Expected:
a normal json string or empty
actual results:
assertion failed
Minimal code example
No response
Error messages
Compiler and operating system
linux 5.4.17-2011.6.2.el7uek.x86_64
Library version
3.10.5
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: