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

@ -73,20 +73,6 @@ namespace LibCmo {
*/
using CKDOUBLE = double;
/**
* @brief The bool type used by LibCmo.
* Generally it is just C++ bool.
*/
using CKBOOL = bool;
/**
* @brief The True value of CKBOOL.
*/
constexpr CKBOOL CKTRUE = true;
/**
* @brief The False value of CKBOOL.
*/
constexpr CKBOOL CKFALSE = false;
/**
* @brief Represent a x86 Platform Pointer.
* @remark