From f1c2a621ac2695dfe4a3bc71dbc9ce3079008d2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Feb 2011 13:56:09 +0200 Subject: Add support for smart-ptr, unordered, and date_time (basic) --- odb/boost/smart-ptr.options | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 odb/boost/smart-ptr.options (limited to 'odb/boost/smart-ptr.options') diff --git a/odb/boost/smart-ptr.options b/odb/boost/smart-ptr.options new file mode 100644 index 0000000..9e4e41b --- /dev/null +++ b/odb/boost/smart-ptr.options @@ -0,0 +1,16 @@ +# file : odb/boost/smart-ptr.options +# author : Boris Kolpackov +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile boost/version + +# Make boost::shared_ptr the default object pointer. +# +--hxx-prologue '#include ' +--default-pointer ::boost::shared_ptr + +# Include pointer traits. +# +--odb-epilogue '#include ' +--hxx-prologue '#include ' -- cgit v1.1