[copybara] mostrobotpy to allwpilib (#8545)

Project import generated by Copybara.
GitOrigin-RevId: f10284b37498bb6a088891ca41f160793ec7fd90
This commit is contained in:
PJ Reiniger
2026-01-12 22:11:02 -05:00
committed by GitHub
parent 7e1260b003
commit 762d1e8b93
64 changed files with 2665 additions and 66 deletions

View File

@@ -21,7 +21,7 @@ public:
return false;
}
value = WPI_String(str, static_cast<size_t>(size));
value = WPI_String{str, static_cast<size_t>(size)};
return true;
}