Replies: 1 comment 7 replies
-
Can you use std::longjmp? Currently Glaze does not provide a mechanism for this. However, conditional exception logic within the glaze compile time options is probably a good design choice, so I will be considering how to accomplish this in the future. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I see that the write operations are all noexcept. Is there a way to abort writing when some conditions fail using the custom serializers?
thx Michi
Beta Was this translation helpful? Give feedback.
All reactions