Skip to content

Commit b34c9f9

Browse files
committed
libindex: fix collation of 'operator^='.
1 parent 88c2095 commit b34c9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/atomics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@
10891089
\indexlibrarymember{operator-=}{atomic<\placeholder{integral}>}%
10901090
\indexlibrarymember{operator\&=}{atomic<\placeholder{integral}>}%
10911091
\indexlibrarymember{operator"|=}{atomic<\placeholder{integral}>}%
1092-
\indexlibrarymember{operator\^{}=}{atomic<\placeholder{integral}>}%
1092+
\indexlibrarymember{operator\caret=}{atomic<\placeholder{integral}>}%
10931093
\begin{itemdecl}
10941094
T operator @\placeholder{op}@=(T operand) volatile noexcept;
10951095
T operator @\placeholder{op}@=(T operand) noexcept;

0 commit comments

Comments
 (0)