Move memory exception into memory.lifecycle

This commit is contained in:
2019-03-16 10:35:28 +01:00
parent b458c6a380
commit 85d7a2b9ca
17 changed files with 381 additions and 380 deletions

View File

@@ -17,7 +17,7 @@
* Internally $(D_PSYMBOL String) is represented by a sequence of
* $(D_KEYWORD char)s.
*
* Copyright: Eugene Wissner 2017-2018.
* Copyright: Eugene Wissner 2017-2019.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
* Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)