Skip to content

Commit 1eee8ff

Browse files
Eelistkoeppe
authored andcommitted
[meta.type.synop] Fix bad indentation. (#4164)
1 parent c229f42 commit 1eee8ff

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
@@ -16198,7 +16198,7 @@
1619816198
= is_nothrow_default_constructible<T>::value;
1619916199
template<class T>
1620016200
inline constexpr bool is_nothrow_copy_constructible_v
16201-
= is_nothrow_copy_constructible<T>::value;
16201+
= is_nothrow_copy_constructible<T>::value;
1620216202
template<class T>
1620316203
inline constexpr bool is_nothrow_move_constructible_v
1620416204
= is_nothrow_move_constructible<T>::value;

0 commit comments

Comments
 (0)