diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-21 17:31:16 -0500 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-21 17:31:16 -0500 |
commit | 55f586437b52bda32793a376f8ea5df9fb1b89e2 (patch) | |
tree | d1efc540c35a121548478add010dd5363f6fa7b6 /starts/meaning-vm/helpers.hpp | |
parent | 6e81ffa9f5baabe8d4b16fa927ce423fbe26771e (diff) | |
download | standingwithresilience-55f586437b52bda32793a376f8ea5df9fb1b89e2.tar.gz standingwithresilience-55f586437b52bda32793a376f8ea5df9fb1b89e2.zip |
helpers
Diffstat (limited to 'starts/meaning-vm/helpers.hpp')
-rw-r--r-- | starts/meaning-vm/helpers.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/starts/meaning-vm/helpers.hpp b/starts/meaning-vm/helpers.hpp index 6659019..d69519c 100644 --- a/starts/meaning-vm/helpers.hpp +++ b/starts/meaning-vm/helpers.hpp @@ -1,3 +1,6 @@ #pragma once #include "concept.hpp" + +#define r(concept) \ + ref concept = #concept |