diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-08-06 11:59:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-08-06 11:59:50 +0200 |
commit | a3af5aadbe45eccab791eec98859f6ad722c3b58 (patch) | |
tree | a5fcf2cb54b1e037eb0410bb929acf3dfb5ce0f2 /common | |
parent | 61b55ab0a92eee6d80fe0d028b1e8a339e8a3856 (diff) |
Make sure persistent class templates are fully instantiated
Diffstat (limited to 'common')
-rw-r--r-- | common/object/test.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/object/test.hxx b/common/object/test.hxx index aec17c6..4ff9075 100644 --- a/common/object/test.hxx +++ b/common/object/test.hxx @@ -40,6 +40,11 @@ namespace test1 { int n; }; + + // Test instantiation in order to "see" id, etc. + // + typedef base<int> int_base; + #pragma db object(int_base) } #endif // TEST_HXX |