Skip to content

Commit 033f7e5

Browse files
committed
[optional.dtor] Fix double negative in wording added by LWG4015.
1 parent 537b284 commit 033f7e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/utilities.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,8 +3661,7 @@
36613661
\begin{itemdescr}
36623662
\pnum
36633663
\effects
3664-
%%FIXME: Do we want "is \tcode{false}" here instead?
3665-
If \tcode{is_trivially_destructible_v<T> != true} is \tcode{true}
3664+
If \tcode{is_trivially_destructible_v<T>} is \tcode{false}
36663665
and \tcode{*this} contains a value,
36673666
calls \tcode{\exposid{val}.T::\~T()}.
36683667

0 commit comments

Comments
 (0)