remove all std::nothrow and re-create namespace for objs and mgrs

This commit is contained in:
2023-08-26 16:37:26 +08:00
parent 91a37b5b7e
commit 47bf6ab6c6
18 changed files with 176 additions and 161 deletions

View File

@ -55,7 +55,7 @@ namespace LibCmo::XContainer {
@todo May independ this class to implement the functions introduced in remarks.
@see XObjectArray, CKObjectArray
*/
using XObjectPointerArray = XArray<CK2::CKObject*>;
using XObjectPointerArray = XArray<CK2::ObjImpls::CKObject*>;
/**
@brief Class representation of an Hash Table container.