mirror of
https://git.tesses.org/tesses50/crosslang.git
synced 2026-06-01 10:15:31 +00:00
Fix bug with classes, use slim exclusively, add package private data and change rehaul cmake configs
This commit is contained in:
@@ -33,7 +33,6 @@ int main(int argc, char **argv) {
|
||||
args.insert(args.begin() + 1, crvmFile.ToString());
|
||||
int64_t myi64 = 0;
|
||||
|
||||
args.erase(args.begin());
|
||||
std::shared_ptr<GC> gc = std::make_shared<GC>();
|
||||
gc->Start();
|
||||
GCList ls(gc);
|
||||
|
||||
Reference in New Issue
Block a user