mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
A typedef for units::dimensionless::dimensionless is defined, which conflicted with the namespace when we added "using namespace dimensionless". This patch reverts the "using namespace" directive. "using" directives were added to pull three of the four relevant typedefs but avoid the "dimensionless" type conflict. This issue was first introduced in #2301.