You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libcxx/docs/ReleaseNotes/21.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,7 @@ Potentially breaking changes
97
97
- The implementation of ``num_put::do_put`` has been replaced to improve the performance, which can lead to different
98
98
output when printing pointers.
99
99
100
-
- User-defined specializations of ``std::common_reference`` are disallowed with the ``[[clang::no_specializations]]``
101
-
attribute. To customize the common reference type, ``std::basic_common_reference`` should be specialized instead.
100
+
- User-defined specializations of ``std::common_reference`` are diagnosed now. To customize the common reference type, ``std::basic_common_reference`` should be specialized instead.
0 commit comments