[Bug c++/96977] mangling ‘typeof’ or use ‘decltype’

2024-12-11 Thread 2002luvabbaluvu at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96977 --- Comment #2 from Swudu Susuwu <2002luvabbaluvu at gmail dot com> --- If the diff won't load, here is te regular expression which was used to fix this; `%s/typeof \(.*\)/decltype(\1)/`. The general form is `%s/typeof \(.*<.*>\)/decltype(\1)/`

[Bug c++/96977] mangling ‘typeof’ or use ‘decltype’

2024-12-11 Thread 2002luvabbaluvu at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96977 Swudu Susuwu <2002luvabbaluvu at gmail dot com> changed: What|Removed |Added CC||2002luva