diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-18 18:50:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-18 18:50:04 +0200 |
commit | e305857bd0bd406ab91d31aaea0c1491d6e36b50 (patch) | |
tree | 6110c686f0baa08ddc970d18903d91de595aa475 /common/makefile | |
parent | 2f0038a2aed44ce04200c09229921ae21861ccaa (diff) |
Implement automatic mapping for C++ enums
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 c3f02bf..317c49e 100644 --- a/common/makefile +++ b/common/makefile @@ -11,6 +11,7 @@ composite \ const \ container \ ctor \ +enum \ inverse \ lazy-ptr \ lifecycle \ |