diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-08-31 10:03:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-08-31 10:03:46 +0200 |
commit | c225be5dea36eaaa3df7f24d33a9644a9158b6a7 (patch) | |
tree | b45c355efcbfbdfe379277dcb912b5dccb732495 /common/makefile | |
parent | 19a3dfd0bcb583e246f83a9c01f9218a8b41fd3c (diff) |
Add support for virtual data members
New test: common/virtual.
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 9965095..9356327 100644 --- a/common/makefile +++ b/common/makefile @@ -41,6 +41,7 @@ template \ transaction \ types \ view \ +virtual \ wrapper thread_tests := threads |