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 e4c1411 commit 3157c36Copy full SHA for 3157c36
libcxx/include/__type_traits/common_reference.h
@@ -188,7 +188,7 @@ _LIBCPP_DIAGNOSTIC_POP
188
189
// bullet 5 - Otherwise, there shall be no member `type`.
190
template <class...>
191
-struct _LIBCPP_NO_SPECIALIZATIONS common_reference{};
+struct _LIBCPP_NO_SPECIALIZATIONS common_reference {};
192
193
#endif // _LIBCPP_STD_VER >= 20
194
0 commit comments