-
Notifications
You must be signed in to change notification settings - Fork 790
Closed
Description
An exposition-only constructor of basic_format_arg
is declared as
Lines 21583 to 21584 in 6deb181
template<class T> | |
explicit basic_format_arg(const T* p) noexcept; // \expos |
in the class template definition, but const
is missing in the description:
Line 21739 in 6deb181
template<class T> explicit basic_format_arg(T* p) noexcept; |
Metadata
Metadata
Assignees
Labels
No labels