https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69782
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- So is the plan to uglify all find libstdc++-v3/include -type f | xargs grep '[^a-zA-Z_]\(min\|max\)(' | wc -l 461 with ()s around min/max or whatever id-expression it appears at the end of? For 6.x or just 7.x?