Skip to content

Commit 7007d77

Browse files
A constructor (template) is a function (template).
1 parent 9274570 commit 7007d77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
declares that function to be
880880
a \defnx{constexpr function}{specifier!\idxcode{constexpr}!function}.
881881
\begin{note}
882-
A function or constructor declared with the \keyword{consteval} specifier
882+
A function declared with the \keyword{consteval} specifier
883883
is an immediate function\iref{expr.const}.
884884
\end{note}
885885
A destructor, an allocation function, or a deallocation function

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8067,7 +8067,7 @@
80678067
in an immediate-escalating function.
80688068

80698069
\pnum
8070-
An \defnadj{immediate}{function} is a function or constructor that is
8070+
An \defnadj{immediate}{function} is a function that is
80718071
\begin{itemize}
80728072
\item
80738073
declared with the \keyword{consteval} specifier, or

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3673,7 +3673,7 @@
36733673
any standard library function signature as \keyword{constexpr} except for those where
36743674
it is explicitly required.
36753675
Within any header that provides any non-defining declarations of constexpr
3676-
functions or constructors an implementation shall provide corresponding definitions.
3676+
functions an implementation shall provide corresponding definitions.
36773677

36783678
\rSec3[algorithm.stable]{Requirements for stable algorithms}
36793679

0 commit comments

Comments
 (0)