Skip to content

Commit b2f241d

Browse files
Add release note
1 parent 3157c36 commit b2f241d

File tree

1 file changed

+3
-0
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+3
-0
lines changed

libcxx/docs/ReleaseNotes/21.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ Potentially breaking changes
9797
- The implementation of ``num_put::do_put`` has been replaced to improve the performance, which can lead to different
9898
output when printing pointers.
9999

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+
100103
Announcements About Future Releases
101104
-----------------------------------
102105

0 commit comments

Comments
 (0)