Merge branch 'string_ref_triggers' into integration

This commit is contained in:
J. Nick Koston
2026-01-17 11:12:39 -10:00
+1 -1
View File
@@ -222,7 +222,7 @@ inline float stof(const StringRef &str, size_t *pos = nullptr) {
inline double stod(const StringRef &str, size_t *pos = nullptr) {
return internal::parse_number<double>(str, pos, std::strtod);
}
// NOLINTEND(readability-identifier-naming)
// NOLINTEND(readability-identifier-naming,google-runtime-int)
#ifdef USE_JSON
// NOLINTNEXTLINE(readability-identifier-naming)