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 3157c36 commit b2f241dCopy full SHA for b2f241d
libcxx/docs/ReleaseNotes/21.rst
@@ -97,6 +97,9 @@ Potentially breaking changes
97
- The implementation of ``num_put::do_put`` has been replaced to improve the performance, which can lead to different
98
output when printing pointers.
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.
102
+
103
Announcements About Future Releases
104
-----------------------------------
105
0 commit comments