# file : odb/boost/smart-ptr.options # copyright : Copyright (c) 2009-2018 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 ' # Include wrapper traits. # --odb-epilogue '#include ' --hxx-prologue '#include '