[Bug libstdc++/80165] Constexpr tuple of variant doesn't work
benni.buch at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Jul 21 10:39:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80165
Benjamin Buch <benni.buch at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |benni.buch at gmail dot com
--- Comment #3 from Benjamin Buch <benni.buch at gmail dot com> ---
Same with clang, and I found the reason:
Since the first argument is std::vector, the function std::apply is called
instead of my apply function …
So it's not a bug. But maybe you can add some kind hint for such errors in the
compiler frontend.
More information about the Gcc-bugs
mailing list