summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/main.cpp
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2019-11-24 10:50:02 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2019-11-24 10:50:02 -0800
commit50be8bb8697b23ff469de142eaebe9666c2a9537 (patch)
tree396d7fbe92312e956de4ec021355c688e2b446b2 /starts/meaning-vm/main.cpp
parentb3dea01d1ad6803b96865a846b56494506ccc74e (diff)
downloadstandingwithresilience-50be8bb8697b23ff469de142eaebe9666c2a9537.tar.gz
standingwithresilience-50be8bb8697b23ff469de142eaebe9666c2a9537.zip
wip fixing up, decided to refactor: see top of helpers.cpp
Diffstat (limited to 'starts/meaning-vm/main.cpp')
-rw-r--r--starts/meaning-vm/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/starts/meaning-vm/main.cpp b/starts/meaning-vm/main.cpp
index 1d25975..513efd2 100644
--- a/starts/meaning-vm/main.cpp
+++ b/starts/meaning-vm/main.cpp
@@ -2,7 +2,6 @@
#include "helpers.hpp"
#include "meaning.hpp"
-using namespace std;
#include <iostream>
@@ -14,7 +13,7 @@ void dumpconcept(ref r)
if (ref(l.first) == name) {
continue;
}
- cout << r << " " << ref(l.first) << " " << ref(l.second) << endl;
+ std::cout << r << " " << ref(l.first) << " " << ref(l.second) << std::endl;
}
if (!r->linked(dumped)) {
r[dumped = true];