[upstream_utils] Fix fmt compilation errors on Windows (#5948)

Using `this->` in decltype doesn't work in the latest MSVC.
This commit is contained in:
Peter Johnson
2023-11-21 08:16:30 -08:00
committed by GitHub
parent 0ca1e9b5f9
commit bdc8620d55
5 changed files with 46 additions and 6 deletions

View File

@@ -22,6 +22,7 @@ def main():
for f in [
"0001-Don-t-throw-on-write-failure.patch",
"0002-Suppress-warnings-we-can-t-fix.patch",
"0003-Remove-this-from-decltype.patch",
]:
git_am(os.path.join(wpilib_root, "upstream_utils/fmt_patches", f))