diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-22 18:30:17 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-22 18:30:17 -0800 |
commit | dd35e6f5cf4bda4ae17d7611fbc138fdbdf60c8b (patch) | |
tree | 42b5ae6032a9e9e611d5dad1d83d7f1201cd505c /starts/meaning-vm/concept.hpp | |
parent | c2ed17faa6aa9f8420128d2713c5b557ab333466 (diff) | |
download | standingwithresilience-dd35e6f5cf4bda4ae17d7611fbc138fdbdf60c8b.tar.gz standingwithresilience-dd35e6f5cf4bda4ae17d7611fbc138fdbdf60c8b.zip |
syntax sugar for assigning anonymous to name
Diffstat (limited to 'starts/meaning-vm/concept.hpp')
-rw-r--r-- | starts/meaning-vm/concept.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starts/meaning-vm/concept.hpp b/starts/meaning-vm/concept.hpp index 4d73770..e5cddec 100644 --- a/starts/meaning-vm/concept.hpp +++ b/starts/meaning-vm/concept.hpp @@ -66,6 +66,7 @@ struct concept array getAll(ref type); void link(ref type, ref target); void unlink(ref type, ref target); + void unlink(ref type); }; template <typename T> |