refactor: Use per-parameter nullability annotations.

This is less error-prone.
This commit is contained in:
iphydf
2025-07-12 09:20:18 +00:00
parent 6794447518
commit f81e30679b
128 changed files with 2370 additions and 4716 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
build-windows-msvc:
strategy:
matrix:
version: [2019, 2022]
version: [2022, 2025]
runs-on: windows-${{ matrix.version }}
env:
VCPKG_ROOT: "C:/vcpkg"