As I understand it, constexpr is not Turing complete unlike template metaprogramming, so I believe these are not the same. So the question is to what extent does constexpr make template metaprogramming obsolete?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Both class templates and Some particularly ugly compile-time calculations might be more elegantly rewritten as proper functions, though. |
|||||||
|
constexpris Turing complete (ignoring the infinity requirements, obviously). – R. Martinho Fernandes Feb 29 '12 at 11:13constexpris Turing complete, please use onlyconstexprto model a list of integers growable in both ends. – KennyTM Feb 29 '12 at 11:20constexprfunction (minus the., though). That should be enough. – R. Martinho Fernandes Feb 29 '12 at 11:27constexprfunctions are trivially (?) µ-recursive. QED. (Disregarding real-world restrictions, obviously.) – Konrad Rudolph Feb 29 '12 at 12:00