You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS2013 does not support nested_exception and associated standard library features. When we drop support for this, the code in util/throw_with_nested.h should be updated
The text was updated successfully, but these errors were encountered:
Byte-operator lowering no longer throws any exceptions, and thus don't
need to attempt to catch them either. Remove the entire infrastructure
built around these.
Fixes: diffblue#2103Fixes: diffblue#2104
VS2013 does not support nested_exception and associated standard library features. When we drop support for this, the code in
util/throw_with_nested.h
should be updatedThe text was updated successfully, but these errors were encountered: