Skip to content

[format.arg] Declaration mismatch #3461

Closed
@cpplearner

Description

@cpplearner

An exposition-only constructor of basic_format_arg is declared as

draft/source/utilities.tex

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:

template<class T> explicit basic_format_arg(T* p) noexcept;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions