summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-1/common.hpp
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-05 04:12:23 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-05 04:12:23 -0800
commit680af2ca0b1ced4c82bbce620d6c4fc97dae88d0 (patch)
tree1a833fe6f12a1eb00aa9bc6659a09c2c338cbdea /starts/meaning-vm/level-1/common.hpp
parentcae16e6c034808199f12a37ec0bdb4822c988dca (diff)
downloadstandingwithresilience-680af2ca0b1ced4c82bbce620d6c4fc97dae88d0.tar.gz
standingwithresilience-680af2ca0b1ced4c82bbce620d6c4fc97dae88d0.zip
add function syntaxes
Diffstat (limited to 'starts/meaning-vm/level-1/common.hpp')
-rw-r--r--starts/meaning-vm/level-1/common.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-1/common.hpp b/starts/meaning-vm/level-1/common.hpp
index 73de3b4..5dd2840 100644
--- a/starts/meaning-vm/level-1/common.hpp
+++ b/starts/meaning-vm/level-1/common.hpp
@@ -10,5 +10,7 @@ using level0::concept;
template <typename T> struct baseref;
struct ref;
+namespace concepts { extern ref nothing; }
+
}
}