Stefan - 2023-11-28

Hello,
we found that a a call to (constructor)
system_error(ec)crashes the application if ec has a unknown value. This constructor never returns and the application is terminated. In the debugger, the application halts.We can reproduce this on Mac and windows with boost 18_3_0.
Is this a known (and possibly intented) behavior?Is there a way to fix this?