diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-09 03:26:04 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-09 03:26:04 -0800 |
commit | 8ceeb5f83f22ed3db06fc02bb23710ccc1dbbb90 (patch) | |
tree | 8defe85cd6af09cbe258ace239eb490a0b98651c /starts/meaning-vm/level-2/common.hpp | |
parent | 584ca7f9b6fca6da54608d3b28274273b2c9a4b8 (diff) | |
download | standingwithresilience-8ceeb5f83f22ed3db06fc02bb23710ccc1dbbb90.tar.gz standingwithresilience-8ceeb5f83f22ed3db06fc02bb23710ccc1dbbb90.zip |
use tls contexts for habits
Diffstat (limited to 'starts/meaning-vm/level-2/common.hpp')
-rw-r--r-- | starts/meaning-vm/level-2/common.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
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 <typename T> struct baseref; +struct ref; + +} +} |