Skip to content
Snippets Groups Projects
Unverified Commit e176b676 authored by Arsenović Arsen's avatar Arsenović Arsen
Browse files

ICEmsg: Fix C++ interoperability error due to static_assert define

Commit 0269c687 added a static_assert helper
that gets defined to blank if left undefined by assert.h.  As this is not a
macro in other languages that use this header, this can lead to a compile-time
error.

Bug: https://bugs.gentoo.org/884369
parent 6c057be0
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment