File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 879
879
declares that function to be
880
880
a \defnx {constexpr function}{specifier!\idxcode {constexpr}!function}.
881
881
\begin {note }
882
- A function or constructor declared with the \keyword {consteval} specifier
882
+ A function declared with the \keyword {consteval} specifier
883
883
is an immediate function\iref {expr.const }.
884
884
\end {note }
885
885
A destructor, an allocation function, or a deallocation function
Original file line number Diff line number Diff line change 8067
8067
in an immediate-escalating function.
8068
8068
8069
8069
\pnum
8070
- An \defnadj {immediate}{function} is a function or constructor that is
8070
+ An \defnadj {immediate}{function} is a function that is
8071
8071
\begin {itemize }
8072
8072
\item
8073
8073
declared with the \keyword {consteval} specifier, or
Original file line number Diff line number Diff line change 3673
3673
any standard library function signature as \keyword {constexpr} except for those where
3674
3674
it is explicitly required.
3675
3675
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.
3677
3677
3678
3678
\rSec 3[algorithm.stable]{Requirements for stable algorithms}
3679
3679
You can’t perform that action at this time.
0 commit comments