replace std::vector globally

This commit is contained in:
2023-09-16 22:42:08 +08:00
parent 3c8266e7dd
commit 23da6c9e3e
3 changed files with 1 additions and 16 deletions

View File

@ -22,7 +22,6 @@ namespace LibCmo::XContainer {
@brief Set of bit flags.
@remark
+ This class now use specialized std::vector<bool>.
+ Do not use CKBOOL, because we want make sure it enable specialized std::vector<bool>.
*/
using XBitArray = std::vector<bool>;