Skip to content

Commit 349d141

Browse files
Adopt @philnik777's suggestion for release note
Co-authored-by: Nikolas Klauser <[email protected]>
1 parent 25a87bf commit 349d141

File tree

1 file changed

+1
-2
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+1
-2
lines changed

libcxx/docs/ReleaseNotes/21.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ 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.
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.
102101

103102
Announcements About Future Releases
104103
-----------------------------------

0 commit comments

Comments
 (0)