On Fri, Apr 17, 2020 at 03:22:35PM +0000, Kamil Rytarowski wrote: > Module Name: src > Committed By: kamil > Date: Fri Apr 17 15:22:35 UTC 2020 > > Modified Files: > src/include: assert.h > > Log Message: > Remove the static_assert() fallback for pre-C11 and pre-C++11 > > C++ without real static_assert() can be incompatible with the C fallback > as presented in openjdk. > > A pre-C11 compiler can be picky on the implementation.
So did you actually test that the tree compiles with this? Just asking, since your own ptrace tests depend on static_assert... Joerg