[wpimath] Make gcem call std functions if not constant-evaluated (#5983)

The one exception is macOS, which doesn't support std::beta().
This commit is contained in:
Tyler Veness
2023-12-01 09:08:04 -08:00
committed by GitHub
parent 30816111db
commit 74b85b76a9
39 changed files with 1256 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ def main():
# Apply patches to upstream Git repo
os.chdir(upstream_root)
for f in []:
for f in ["0001-Call-std-functions-if-not-constant-evaluated.patch"]:
git_am(os.path.join(wpilib_root, "upstream_utils/gcem_patches", f))
# Delete old install