diff options
Diffstat (limited to 'starts/meaning-vm/level-1/common.hpp')
-rw-r--r-- | starts/meaning-vm/level-1/common.hpp | 2 |
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; } + } } |