[Bug c++/94062] Cannot construct tuple from convertible types
m.cencora at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Mar 19 12:42:07 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94062
--- Comment #9 from m.cencora at gmail dot com ---
(In reply to Jonathan Wakely from comment #8)
> No, we can switch to using a data member with the [[no_unique_address]]
> attribute, which is on my TODO list for gcc-11. See PR 55713 and PR 93147
Good.
Besides this, do you plan:
- to make the impl use 'non-recursive' base classes,
- to guarantee LTR-ordered construction of tuple elements
?
More information about the Gcc-bugs
mailing list