aboutsummaryrefslogtreecommitdiffstats
path: root/include/static_assert.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix static_assert when __COUNTER__ isn't availableChris Robinson2015-03-021-1/+3
|
* Add a workaround for compilers without __COUNTER__Chris Robinson2014-11-071-1/+3
| | | | | | This can make GCC pretty noisey, complaining "declaration does not declare anything" for each static_assert, but it should still function on such older compilers.
* Move the static_assert definition to its own headerChris Robinson2014-05-071-0/+17