Closed
Description
After the commit 5535716 by @philnik777 the usages of builtin type traits __remove_cv
/__remove_cvref
are not guarded by #if __has_builtin(__remove_cv[ref])
:
Note that even the remaining comment is wrong now
#endif // __has_builtin(__remove_cv)
.
Also note that all other type traits builtins are used only after the check, for instance
__add_pointer
here:
.Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done