Skip to content

Commit 436072e

Browse files
Eeliszygoloid
authored andcommitted
[meta.type.synop] Fix bad indentation. (#4164)
1 parent 6349a94 commit 436072e

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
@@ -16250,7 +16250,7 @@
1625016250
= is_nothrow_default_constructible<T>::value;
1625116251
template<class T>
1625216252
inline constexpr bool is_nothrow_copy_constructible_v
16253-
= is_nothrow_copy_constructible<T>::value;
16253+
= is_nothrow_copy_constructible<T>::value;
1625416254
template<class T>
1625516255
inline constexpr bool is_nothrow_move_constructible_v
1625616256
= is_nothrow_move_constructible<T>::value;

0 commit comments

Comments
 (0)