@[email protected]M to [email protected]English • 1 year agoI Don't Use Exceptions in C++ Anymorethelig.htmessage-square13fedilinkarrow-up122arrow-down13cross-posted to: [email protected]
arrow-up119arrow-down1external-linkI Don't Use Exceptions in C++ Anymorethelig.ht@[email protected]M to [email protected]English • 1 year agomessage-square13fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink2•1 year agoBOOST_OUTCOME_TRYX may be what you’re looking for. It’s only available on gcc and clang though.
minus-square@[email protected]linkfedilink3•1 year agoYeah, I came across that. I presume it just uses the GCC statement expressions extension under the hood. No can do though, it has to work with MSVC too.
BOOST_OUTCOME_TRYX
may be what you’re looking for. It’s only available on gcc and clang though.Yeah, I came across that. I presume it just uses the GCC statement expressions extension under the hood.
No can do though, it has to work with MSVC too.