We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c83563 commit 6926077Copy full SHA for 6926077
1 file changed
src/from_exception.cpp
@@ -233,7 +233,7 @@ static const char*& reference_to_empty_padding(void* ptr) noexcept {
233
if (is_libcpp_runtime()) {
234
// libc++-runtime
235
BOOST_ASSERT_MSG(
236
- sizeof(void*) == 4,
+ sizeof(void*) != 4,
237
"32bit platforms are unsupported with libc++ runtime padding reusage. "
238
"Please report this issue to the library maintainters."
239
);
0 commit comments