Fix bug with classes, use slim exclusively, add package private data and change rehaul cmake configs

This commit is contained in:
2026-05-29 20:58:44 -05:00
parent abea319ea0
commit dcbc58481e

View File

@@ -33,7 +33,6 @@ int main(int argc, char **argv) {
args.insert(args.begin() + 1, crvmFile.ToString()); args.insert(args.begin() + 1, crvmFile.ToString());
int64_t myi64 = 0; int64_t myi64 = 0;
args.erase(args.begin());
std::shared_ptr<GC> gc = std::make_shared<GC>(); std::shared_ptr<GC> gc = std::make_shared<GC>();
gc->Start(); gc->Start();
GCList ls(gc); GCList ls(gc);