Skip to content

Commit 6f5c913

Browse files
Dawn Perchikzygoloid
authored andcommitted
[meta.type.synop] Delete extra space before is_nothrow_copy_assignable
1 parent cf1f024 commit 6f5c913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12921,7 +12921,7 @@
1292112921
template <class T> struct is_nothrow_move_constructible;
1292212922

1292312923
template <class T, class U> struct is_nothrow_assignable;
12924-
template <class T> struct is_nothrow_copy_assignable;
12924+
template <class T> struct is_nothrow_copy_assignable;
1292512925
template <class T> struct is_nothrow_move_assignable;
1292612926

1292712927
template <class T, class U> struct is_nothrow_swappable_with;

0 commit comments

Comments
 (0)