diff options
Diffstat (limited to 'starts/meaning-vm/level-2/ref.hpp')
-rw-r--r-- | starts/meaning-vm/level-2/ref.hpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/starts/meaning-vm/level-2/ref.hpp b/starts/meaning-vm/level-2/ref.hpp deleted file mode 100644 index 7a2d58d..0000000 --- a/starts/meaning-vm/level-2/ref.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include "common.hpp" -#include "baseref.hpp" - -namespace intellect { -namespace level2 { - -struct ref : public baseref<ref> -{ - using baseref<ref>::baseref; -}; - -} -} |