Skip to content

Commit 74def77

Browse files
committed
[util.smartptr.atomic.shared] [util.smartptr.atomic.weak] Clarify
grouping of "either".
1 parent b9df38f commit 74def77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11851,7 +11851,7 @@
1185111851
\remarks
1185211852
Two \tcode{shared_ptr} objects are equivalent if
1185311853
they store the same pointer value and
11854-
either share ownership, or both are empty.
11854+
either share ownership or are both empty.
1185511855
The weak form may fail spuriously. See \ref{atomics.types.operations}.
1185611856

1185711857
\pnum
@@ -12090,7 +12090,7 @@
1209012090
\remarks
1209112091
Two \tcode{weak_ptr} objects are equivalent if
1209212092
they store the same pointer value and
12093-
either share ownership, or both are empty.
12093+
either share ownership or are both empty.
1209412094
The weak form may fail spuriously. See \ref{atomics.types.operations}.
1209512095

1209612096
\pnum

0 commit comments

Comments
 (0)