-
Notifications
You must be signed in to change notification settings - Fork 264
Closed as not planned
Labels
Description
Version
No response
Summary
It is known that an ICE occurs here on MSVC v142 with /std:c++20. I found it can be easily avoided by storing those error objects in temporary variables before calling to_abi().
It is not a critical issue any longer but I am reporting it here for the record.
Line 433 in 34fba98
| return hresult_out_of_bounds(to_hstring(e.what())).to_abi(); |
Reproducible example
#include <winrt/base.h>Expected behavior
No response
Actual behavior
ICE in the header.
Additional comments
No response