diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-09 03:13:14 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-09 03:13:14 -0800 |
commit | 584ca7f9b6fca6da54608d3b28274273b2c9a4b8 (patch) | |
tree | d553b549cf246ddb24c93f9a95467bf9e019c052 /starts/meaning-vm/level-0/common.hpp | |
parent | 8d238e65a88502b897f1944b7844afffdbc0d761 (diff) | |
download | standingwithresilience-584ca7f9b6fca6da54608d3b28274273b2c9a4b8.tar.gz standingwithresilience-584ca7f9b6fca6da54608d3b28274273b2c9a4b8.zip |
make level-2 have refs
Diffstat (limited to 'starts/meaning-vm/level-0/common.hpp')
-rw-r--r-- | starts/meaning-vm/level-0/common.hpp | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/starts/meaning-vm/level-0/common.hpp b/starts/meaning-vm/level-0/common.hpp index 613028d..e06e478 100644 --- a/starts/meaning-vm/level-0/common.hpp +++ b/starts/meaning-vm/level-0/common.hpp @@ -28,9 +28,14 @@ struct concept; struct ref; } -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; } +namespace level1 { struct ref; } +namespace level2 { struct ref; } +namespace level3 { struct ref; } +namespace level4 { struct ref; } +namespace level5 { struct ref; } +namespace level6 { struct ref; } +namespace level7 { struct ref; } +namespace level8 { struct ref; } +namespace level9 { struct ref; } + } |