Skip to content

Commit c7d8443

Browse files
committed
rn-81: apply j6t's suggestion
1 parent 8170aef commit c7d8443

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

rev_news/drafts/edition-81.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,13 @@ This edition covers what happened during the month of October 2021.
8484
of his patch series. In this new version test cases for single-quote
8585
characters as digit separators and the `<=>` generalized comparison
8686
operator were moved to a new commit, before the commits supporting
87-
these features. Another change was improving support for a
88-
single-quote as digit separator when it follows a `.` that starts a
89-
floatingpoint number.
87+
these features.
88+
89+
Later-on, Johannes noticed that the single-quote character as digit
90+
separator is problematic and requires a more sophisticated
91+
implementation. For example, as implemented the character literal
92+
`'.'` would be split into `'.` and `'.` The support for digit separator
93+
was eventually reverted.
9094

9195
This patch series was then merged into the master branch, so that
9296
Git 2.34 that was recently released has better support for C++ in

0 commit comments

Comments
 (0)