diff options
Diffstat (limited to 'intellect-framework-from-internet/starts/meaning-vm/level-1/common.hpp')
-rw-r--r-- | intellect-framework-from-internet/starts/meaning-vm/level-1/common.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/intellect-framework-from-internet/starts/meaning-vm/level-1/common.hpp b/intellect-framework-from-internet/starts/meaning-vm/level-1/common.hpp new file mode 100644 index 0000000..73de3b4 --- /dev/null +++ b/intellect-framework-from-internet/starts/meaning-vm/level-1/common.hpp @@ -0,0 +1,14 @@ +#pragma once + +#include "../level-0/common.hpp" + +namespace intellect { +namespace level1 { + +using level0::concept; + +template <typename T> struct baseref; +struct ref; + +} +} |