mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-28 16:43:35 +00:00
Updating to catch 3
This commit is contained in:
@@ -55,6 +55,9 @@ namespace ComSquare::Utility
|
||||
{
|
||||
return std::bitset<24>(i).to_string();
|
||||
}
|
||||
}
|
||||
|
||||
const std::string WHITESPACES = " \t\n\r\f\v";
|
||||
std::ostream &operator<<(std::ostream &os, uint8_t value)
|
||||
{
|
||||
return os << ComSquare::Utility::to_hex(value);
|
||||
}
|
||||
Reference in New Issue
Block a user