Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix static_assert when __COUNTER__ isn't available | Chris Robinson | 2015-03-02 | 1 | -1/+3 |
| | |||||
* | Add a workaround for compilers without __COUNTER__ | Chris Robinson | 2014-11-07 | 1 | -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 header | Chris Robinson | 2014-05-07 | 1 | -0/+17 |