[wpilibc] Errors: Use fmtlib

This commit is contained in:
Peter Johnson
2021-05-23 19:33:33 -07:00
parent 87603e400d
commit 831c10bdfc
55 changed files with 551 additions and 533 deletions

View File

@@ -111,7 +111,7 @@ void CommandScheduler::Schedule(bool interruptible, Command* command) {
}
if (command->IsGrouped()) {
throw FRC_MakeError(frc::err::CommandIllegalUse,
throw FRC_MakeError(frc::err::CommandIllegalUse, "{}",
"A command that is part of a command group "
"cannot be independently scheduled");
return;