mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpimath] Add missing open curly brace to units/base.h (#4613)
This commit is contained in:
@@ -2870,6 +2870,7 @@ namespace units
|
||||
}
|
||||
#if defined(UNIT_LIB_ENABLE_IOSTREAM)
|
||||
namespace dimensionless
|
||||
{
|
||||
inline std::ostream& operator<<(std::ostream& os, const dB_t& obj) { os << obj() << " dB"; return os; }
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user