merge issue #707 by hand

This commit is contained in:
Araq
2014-02-02 01:07:02 +01:00
parent efcbaa965e
commit b96aa59aef

View File

@@ -4672,6 +4672,10 @@ These rules ensure that the construction is tied to a variable and can easily
be destructed at its scope exit. Later versions of the language will improve
the support of destructors.
Be aware that destructors are not called for objects allocated with ``new``.
This may change in future versions of language, but for now use
the ``finalizer`` parameter to ``new``.
delegator pragma
----------------