summaryrefslogtreecommitdiff
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