diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-08-01 07:15:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-08-01 11:06:23 +0200 |
commit | 06c7e4520615c9d9d7882fb13be5632a709ad5ac (patch) | |
tree | b40d71ac58585bd7092058a7cacb97968b846d2b /common/makefile | |
parent | 43e329f4cf9c175960154e395556eca23c170a75 (diff) |
Add support for defining persistent objects as class template instantiations
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 6ee2436..0fe8ffe 100644 --- a/common/makefile +++ b/common/makefile @@ -32,6 +32,7 @@ inverse \ lazy-ptr \ lifecycle \ no-id \ +object \ optimistic \ pragma \ prepared \ |