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 0facada commit 6a8b155Copy full SHA for 6a8b155
source/meta.tex
@@ -583,8 +583,7 @@
583
584
// \ref{meta.const.eval}, constant evaluation context
585
constexpr bool is_constant_evaluated() noexcept;
586
- template<class T>
587
- consteval bool is_within_lifetime(const T*) noexcept;
+ consteval bool is_within_lifetime(const auto*) noexcept;
588
}
589
\end{codeblock}
590
@@ -2436,8 +2435,7 @@
2436
2435
2437
\indexlibraryglobal{is_within_lifetime}%
2438
\begin{itemdecl}
2439
-template<class T>
2440
- consteval bool is_within_lifetime(const T* p) noexcept;
+consteval bool is_within_lifetime(const auto* p) noexcept;
2441
\end{itemdecl}
2442
2443
\begin{itemdescr}
0 commit comments