From 8ceeb5f83f22ed3db06fc02bb23710ccc1dbbb90 Mon Sep 17 00:00:00 2001 From: olpc user Date: Mon, 9 Dec 2019 03:26:04 -0800 Subject: use tls contexts for habits --- starts/meaning-vm/level-2/common.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'starts/meaning-vm/level-2/common.hpp') diff --git a/starts/meaning-vm/level-2/common.hpp b/starts/meaning-vm/level-2/common.hpp index 6f70f09..aac072e 100644 --- a/starts/meaning-vm/level-2/common.hpp +++ b/starts/meaning-vm/level-2/common.hpp @@ -1 +1,10 @@ #pragma once + +namespace intellect { +namespace level2 { + +template struct baseref; +struct ref; + +} +} -- cgit v1.2.3