diff options
Diffstat (limited to 'starts/meaning-vm/level-2/common.hpp')
-rw-r--r-- | starts/meaning-vm/level-2/common.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-2/common.hpp b/starts/meaning-vm/level-2/common.hpp index aac072e..3d38155 100644 --- a/starts/meaning-vm/level-2/common.hpp +++ b/starts/meaning-vm/level-2/common.hpp @@ -6,5 +6,8 @@ namespace level2 { template <typename T> struct baseref; struct ref; +namespace concepts { +} + } } |