Skip to content

Commit 66ac732

Browse files
committed
[time.cal.day.nonmembers] 'onstexpr' -> 'constexpr'
1 parent 2f69e59 commit 66ac732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/time.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3882,7 +3882,7 @@
38823882

38833883
\indexlibrarymember{operator<=>}{day}%
38843884
\begin{itemdecl}
3885-
onstexpr strong_ordering operator<=>(const day& x, const day& y) noexcept;
3885+
constexpr strong_ordering operator<=>(const day& x, const day& y) noexcept;
38863886
\end{itemdecl}
38873887

38883888
\begin{itemdescr}

0 commit comments

Comments
 (0)