[Bug c++/57248] string parameter to constexpr functions

paolo.carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Thu May 23 22:44:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57248

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Thanks Daniel. In fact - I should have attached some code - nothing about
<tuple> & co matters, you can remove it completely and replace std::get with,
say,

template <int N>
constexpr int get() { return 1; }



More information about the Gcc-bugs mailing list