Skip to content

Commit 4bec847

Browse files
jensmaurerzygoloid
authored andcommitted
[format.arg] Fix parameter type for basic_format_arg constructor.
1 parent 24f3e89 commit 4bec847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21092,7 +21092,7 @@
2109221092
\end{itemdescr}
2109321093

2109421094
\begin{itemdecl}
21095-
template<class T> explicit basic_format_arg(T* p) noexcept;
21095+
template<class T> explicit basic_format_arg(const T* p) noexcept;
2109621096
\end{itemdecl}
2109721097

2109821098
\begin{itemdescr}

0 commit comments

Comments
 (0)