Skip to content

Commit 6926077

Browse files
committed
fix a typo in assert (fixes #164)
1 parent 2c83563 commit 6926077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/from_exception.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ static const char*& reference_to_empty_padding(void* ptr) noexcept {
233233
if (is_libcpp_runtime()) {
234234
// libc++-runtime
235235
BOOST_ASSERT_MSG(
236-
sizeof(void*) == 4,
236+
sizeof(void*) != 4,
237237
"32bit platforms are unsupported with libc++ runtime padding reusage. "
238238
"Please report this issue to the library maintainters."
239239
);

0 commit comments

Comments
 (0)