[Bug c++/93295] ICE in alias_ctad_tweaks

oficsu at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Jul 29 14:38:20 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295

ofee oficsu <oficsu at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oficsu at gmail dot com

--- Comment #7 from ofee oficsu <oficsu at gmail dot com> ---
I think there is another example of the same bug. This can be pretty common
code in C++20:

#include <tuple>

template<typename... T>
using p = std::pair<T...>;

auto x = p{int{}, int{}};


More information about the Gcc-bugs mailing list