Updating to catch 3

This commit is contained in:
Zoe Roux
2021-07-06 17:51:19 +02:00
parent 0287effdb5
commit 37ced8e553
26 changed files with 63 additions and 56 deletions
+4 -1
View File
@@ -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);
}