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
Discovered while working on a fix for H-uru/libhsplasma#97:
ST::string foo; ST::char_buffer init = {...}; try { foo = init; } catch (ST::unicode_error &) { // init is now empty due to move constructor }
The text was updated successfully, but these errors were encountered:
Fixed with 5c774d2, to be included in 1.5
Sorry, something went wrong.
Add regression test for #5
2caadc8
No branches or pull requests
Discovered while working on a fix for H-uru/libhsplasma#97:
The text was updated successfully, but these errors were encountered: