Content deleted Content added
TamaMcGlinn (talk | contribs) Turing completeness of Template metaprogramming in C++ is not an opinion, but a proven fact |
TamaMcGlinn (talk | contribs) |
||
Line 195:
* all instances of a generic being exactly the same, it is easier to review and understand programs written by others; there are no "special cases" to take into account.
* all instantiations being explicit, there are no hidden instantiations that might make it difficult to understand the program.
* Ada does not permit
====Templates in C++====
|