mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[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:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user