[Bug c++/125536] T[N] not substituted when N >= 2^31
"zheng.xianyuwang at gmail dot com via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125536
Wang Jinghao <zheng.xianyuwang at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zheng.xianyuwang at gmail dot com
--- Comment #2 from Wang Jinghao <zheng.xianyuwang at gmail dot com> ---
Created attachment 65264
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=65264&action=edit
a simple fix
Return type deduction only needs to be deferred when a result-name-introducer
is used.