File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,13 @@ This edition covers what happened during the month of October 2021.
84
84
of his patch series. In this new version test cases for single-quote
85
85
characters as digit separators and the ` <=> ` generalized comparison
86
86
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.
90
94
91
95
This patch series was then merged into the master branch, so that
92
96
Git 2.34 that was recently released has better support for C++ in
You can’t perform that action at this time.
0 commit comments