diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-22 14:07:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-22 14:07:33 +0200 |
commit | d0f0e168cac3d117f64fddcca638a18fc4309ba1 (patch) | |
tree | 90a23287b37065aeb99a597c5bc6273b9efbbf07 /common/makefile | |
parent | 6aca63b74d4fff54b89112bda3ec3ba258a073c1 (diff) |
Initial support for non-polymorphic inheritance
Every class gets a separate table. New test: common/inheritance.
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile index 317c49e..394f261 100644 --- a/common/makefile +++ b/common/makefile @@ -12,6 +12,7 @@ const \ container \ ctor \ enum \ +inheritance \ inverse \ lazy-ptr \ lifecycle \ |