mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-05 02:49:50 +00:00
Solving mistakes about the m flag
This commit is contained in:
@@ -36,12 +36,10 @@ namespace ComSquare::Utility
|
||||
std::string to_binary(uint16_t i)
|
||||
{
|
||||
return std::bitset<16>(i).to_string();
|
||||
|
||||
}
|
||||
|
||||
std::string to_binary(uint24_t i)
|
||||
{
|
||||
return std::bitset<24>(i).to_string();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user