summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-0/common.hpp
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2019-11-25 08:42:45 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2019-11-25 08:42:45 -0800
commit684ac69af192670bb6547ec01df19a3159e7d8e6 (patch)
treee6c6762e9fc40cf0ad557e160e9ab6ba7bb99eea /starts/meaning-vm/level-0/common.hpp
parent520119a6f6ed418b8ae45bfde8239bbb532562cd (diff)
downloadstandingwithresilience-684ac69af192670bb6547ec01df19a3159e7d8e6.tar.gz
standingwithresilience-684ac69af192670bb6547ec01df19a3159e7d8e6.zip
separate functionality out a bit
Diffstat (limited to 'starts/meaning-vm/level-0/common.hpp')
-rw-r--r--starts/meaning-vm/level-0/common.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-0/common.hpp b/starts/meaning-vm/level-0/common.hpp
index 4c36a04..74031cc 100644
--- a/starts/meaning-vm/level-0/common.hpp
+++ b/starts/meaning-vm/level-0/common.hpp
@@ -11,4 +11,9 @@ template <typename T> struct value;
template <typename T> struct vref;
}
+namespace level1 { struct ref; template <typename> struct vref; }
+namespace level2 { struct ref; template <typename> struct vref; }
+namespace level3 { struct ref; template <typename> struct vref; }
+namespace level4 { struct ref; template <typename> struct vref; }
+namespace level5 { struct ref; template <typename> struct vref; }
}