http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53792
Richard Guenther <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2012-06-28 Ever Confirmed|0 |1 --- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-06-28 09:34:20 UTC --- Does the C++ standard require getIndex to be evaluated to a constant in getV? Or is 'constexpr' only telling you that it is required in a context where evaluation to a constant is required (and thus arguments to a constexpr function are constrained)?