summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2022-06-10-23-41-48.gh-issue-91731.fhYUQG.rst
blob: 185671ca4fcfb115ac87e92cc9666721eef8dd56 (plain)
1
2
3
Avoid defining the ``static_assert`` when compiling with C++ 11, where this
is a keyword and redefining it can lead to undefined behavior. Patch by
Pablo Galindo