Code-Review | +1 |
typedef BaseIteratorRangeToNumberTraits<std::string_view::const_iterator, int, 10>
`git cl format`
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
typedef BaseIteratorRangeToNumberTraits<std::string_view::const_iterator, int, 10>
Joshua Peraza`git cl format`
Done
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: base/strings/string_number_conversions.cc
Insertions: 5, Deletions: 3.
@@ -186,12 +186,14 @@
static constexpr int kBase = BASE;
};
-typedef BaseIteratorRangeToNumberTraits<std::string_view::const_iterator, int, 10>
+typedef BaseIteratorRangeToNumberTraits<std::string_view::const_iterator,
+ int,
+ 10>
IteratorRangeToIntTraits;
typedef BaseIteratorRangeToNumberTraits<std::string_view::const_iterator,
- unsigned int,
- 10>
+ unsigned int,
+ 10>
IteratorRangeToUintTraits;
typedef BaseIteratorRangeToNumberTraits<std::string_view::const_iterator,
```
Remove remaining references to StringPiece
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |