Merge branch 'main' into 2027

This commit is contained in:
Peter Johnson
2025-09-25 22:03:55 -07:00
93 changed files with 941 additions and 387 deletions

View File

@@ -322,6 +322,7 @@ class JSpanBase {
}
}
// NOLINTNEXTLINE(google-explicit-constructor)
operator std::span<T, Size>() const { return array(); }
std::span<T, Size> array() const {