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

The problem isn't that C++ templates are Turing complete. In fact, many similar macro systems are. The problem is that the result of template/macro expansion may affect the parsing of other places, so you can't parse the non-template parts separately from the Turing-complete parts.


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

Search: