https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101307
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2021-07-15 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Christopher Yeleighton from comment #0) > 2. The general description (is_foo<T>value) should be (is_foo<T> ::value) This is another doxygen bug, the :: is present in the source.