fix: fix libcmo build issue

This commit is contained in:
2024-08-23 11:28:49 +08:00
parent 1028aad155
commit 0447381896
13 changed files with 191 additions and 135 deletions

View File

@ -18,6 +18,7 @@ namespace LibCmo::XContainer {
* \li This class now is implemented by \c std::u8string.
*/
using XString = std::u8string;
using XOrdinaryString = std::string;
/**
* @brief The representation of a set of bit flags (memory optimized to reduce occupied size).