diff options
Diffstat (limited to 'boost/common/smart-ptr/test.hxx')
-rw-r--r-- | boost/common/smart-ptr/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/common/smart-ptr/test.hxx b/boost/common/smart-ptr/test.hxx index ea158e7..575c2e2 100644 --- a/boost/common/smart-ptr/test.hxx +++ b/boost/common/smart-ptr/test.hxx @@ -33,7 +33,7 @@ struct cont typedef std::vector<lazy_weak_ptr<obj> > obj_list; - #pragma db inverse(c) not_null + #pragma db inverse(c) value_not_null obj_list o; }; |