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 90f2273 commit e8c0262Copy full SHA for e8c0262
clang/include/clang/AST/CharUnits.h
@@ -165,7 +165,7 @@ namespace clang {
165
CharUnits operator% (QuantityType N) const {
166
return CharUnits(Quantity % N);
167
}
168
- CharUnits operator% (const CharUnits &Other) const {
+ CharUnits operator%(const CharUnits &Other) const {
169
return CharUnits(Quantity % Other.Quantity);
170
171
CharUnits operator+ (const CharUnits &Other) const {
0 commit comments