mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
SCRIPT namespace replacements
This commit is contained in:
committed by
Peter Johnson
parent
ae6c043632
commit
9aca8e0fd6
@@ -7,5 +7,5 @@
|
||||
#include "wpi/util/print.hpp"
|
||||
|
||||
int main() {
|
||||
wpi::print("{}\n", std::numbers::pi);
|
||||
wpi::util::print("{}\n", std::numbers::pi);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user