From a79bd67be617041cd65e8bdf988e8d8da523fd43 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 Sep 2012 11:59:26 +0200 Subject: Support for Boost uuid persistence New Boost sub-profile: uuid. New test: boost/common/uuid. Updated the boost example to use uuid as an object id. --- odb/boost/uuid/uuid-mssql.options | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 odb/boost/uuid/uuid-mssql.options (limited to 'odb/boost/uuid/uuid-mssql.options') diff --git a/odb/boost/uuid/uuid-mssql.options b/odb/boost/uuid/uuid-mssql.options new file mode 100644 index 0000000..09e9974 --- /dev/null +++ b/odb/boost/uuid/uuid-mssql.options @@ -0,0 +1,12 @@ +# file : odb/boost/uuid/uuid-mssql.options +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile boost/version + +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' + +--hxx-prologue '#include ' -- cgit v1.1