Loading
freebsd: Add upstream patch fixing obscure c++98 interaction
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276738#c12 Using _Static_assert under -std=c++98 -pedantic-errors will fail in FreeBSD 14.1. This fixes that, allowing software like gbenchmark to run its tests against legacy c++ standards. This patch is pending for FreeBSD 14.2, and should be removed for that release.