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

2002luvabbaluvu at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Dec 11 18:10:43 GMT 2024


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 \(.*<List>\)/decltype(\1)/`. The general form is `%s/typeof
\(.*<.*>\)/decltype(\1)/`


More information about the Gcc-bugs mailing list