We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8aa256 commit 04bf00cCopy full SHA for 04bf00c
libcxx/include/__format/formatter.h
@@ -28,8 +28,8 @@ _LIBCPP_BEGIN_NAMESPACE_STD
28
/// - is_default_constructible_v<F>,
29
/// - is_copy_constructible_v<F>,
30
/// - is_move_constructible_v<F>,
31
-/// - is_copy_assignable<F>, and
32
-/// - is_move_assignable<F>.
+/// - is_copy_assignable_v<F>, and
+/// - is_move_assignable_v<F>.
33
template <class _Tp, class _CharT>
34
struct _LIBCPP_TEMPLATE_VIS formatter {
35
formatter() = delete;
0 commit comments