Finishing the WlaDx label's parser

This commit is contained in:
Zoe Roux
2021-02-17 17:10:35 +01:00
parent f33593c51f
commit a53568bf5d
6 changed files with 94 additions and 21 deletions
+2
View File
@@ -55,4 +55,6 @@ namespace ComSquare::Utility
{
return std::bitset<24>(i).to_string();
}
const std::string WHITESPACES = " \t\n\r\f\v";
}