[Bug libstdc++/101307] Variable templates for type traits—corrections
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jul 15 15:51:10 GMT 2021
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.
More information about the Gcc-bugs
mailing list