We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74051bb commit 4b40386Copy full SHA for 4b40386
src/from_current.cpp
@@ -120,7 +120,7 @@ namespace detail {
120
};
121
122
catchable_type_info get_catchable_types(const EXCEPTION_RECORD* exception_record) {
123
- static_assert(EXCEPTION_MAXIMUM_PARAMETERS >= 4);
+ static_assert(EXCEPTION_MAXIMUM_PARAMETERS >= 4, "Unexpected EXCEPTION_MAXIMUM_PARAMETERS");
124
// ExceptionInformation will contain
125
// [0] EH_MAGIC_NUMBER1
126
// [1] ExceptionObject
0 commit comments