Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Uh, run-time tests using C-style macros, much like assertions. Frankly, I would have been more impressed by some template/constexpr magic implementing compile-time tests.


You can't implement the assertions at compile time since they are predicates evaluated at runtime. This is also why it is a performance hit on the code. I chose to use C-style macros because it is easier to debug than templates.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: