We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4caae commit 273627eCopy full SHA for 273627e
source/utilities.tex
@@ -20650,7 +20650,7 @@
20650
explicit basic_format_arg(nullptr_t) noexcept; // \expos
20651
20652
template<class T>
20653
- explicit basic_format_arg(const T* p) noexcept; // \expos
+ explicit basic_format_arg(T* p) noexcept; // \expos
20654
20655
public:
20656
basic_format_arg() noexcept;
@@ -20795,7 +20795,7 @@
20795
\end{itemdescr}
20796
20797
\begin{itemdecl}
20798
-template<class T> explicit basic_format_arg(const T* p) noexcept;
+template<class T> explicit basic_format_arg(T* p) noexcept;
20799
\end{itemdecl}
20800
20801
\begin{itemdescr}
0 commit comments