https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122015
Nathaniel Shead <nshead at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nshead at gcc dot gnu.org
Component|libstdc++ |c++
--- Comment #1 from Nathaniel Shead <nshead at gcc dot gnu.org> ---
Reduced:
template <typename> auto declval();
template <typename... _BindArgs> void bind_front() {
[... __bound_args(_BindArgs{})] {};
}
