diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-02-22 12:28:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-02-22 12:29:43 +0200 |
commit | 0306a05023c3857bc0ee7a3bf8355a5665f78d11 (patch) | |
tree | 377c338503bd51c06982789feb4ba791c3e9b52d /common/makefile | |
parent | 5646a1c5a3529f787803edf61f15ae8692eb574e (diff) |
Add support for composite object ids
New pragma id_type (member). New test: common/composite-id. The composite
example has also been updated.
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 e75f66f..80aa030 100644 --- a/common/makefile +++ b/common/makefile @@ -9,6 +9,7 @@ auto \ blob \ callback \ composite \ +composite-id \ const-object \ const-member \ container \ |