aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/smart-ptr.options
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-04 13:32:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-04 13:32:25 +0200
commita815b90fe870d6d740c91a60ec0633f8bc256337 (patch)
treec8ac0b04e0a3e87f9b2bd8503e362dcee69ce06d /odb/boost/smart-ptr.options
parent7051803dcbde4c52507361d6b471746cc5e88dce (diff)
Add support for boost::optional and boost::shared_ptr as value wrappers
New test: boost/common/optional.
Diffstat (limited to 'odb/boost/smart-ptr.options')
-rw-r--r--odb/boost/smart-ptr.options5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/boost/smart-ptr.options b/odb/boost/smart-ptr.options
index 9e4e41b..9efb645 100644
--- a/odb/boost/smart-ptr.options
+++ b/odb/boost/smart-ptr.options
@@ -14,3 +14,8 @@
#
--odb-epilogue '#include <odb/boost/smart-ptr/pointer-traits.hxx>'
--hxx-prologue '#include <odb/boost/smart-ptr/pointer-traits.hxx>'
+
+# Include wrapper traits.
+#
+--odb-epilogue '#include <odb/boost/smart-ptr/wrapper-traits.hxx>'
+--hxx-prologue '#include <odb/boost/smart-ptr/wrapper-traits.hxx>'