aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/optional.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/optional.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/optional.options')
-rw-r--r--odb/boost/optional.options9
1 files changed, 9 insertions, 0 deletions
diff --git a/odb/boost/optional.options b/odb/boost/optional.options
new file mode 100644
index 0000000..fe99428
--- /dev/null
+++ b/odb/boost/optional.options
@@ -0,0 +1,9 @@
+# file : odb/boost/optional.options
+# author : Boris Kolpackov <boris@codesynthesis.com>
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+--profile boost/version
+
+--odb-epilogue '#include <odb/boost/optional/wrapper-traits.hxx>'
+--hxx-prologue '#include <odb/boost/optional/wrapper-traits.hxx>'