aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/date-time/posix-time-mssql.options
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-13 12:07:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-13 12:07:50 +0200
commitd96e40dc9bee67c5e821da86c27648485291e9f0 (patch)
treeb69d2c8386cb1f4504d1e7a60e9673d2c4b9ed8c /odb/boost/date-time/posix-time-mssql.options
parent0d11910ab413e7e6ed4ca0b8c4d07c713a4db407 (diff)
Boost profile implementation for SQL Server
Diffstat (limited to 'odb/boost/date-time/posix-time-mssql.options')
-rw-r--r--odb/boost/date-time/posix-time-mssql.options13
1 files changed, 13 insertions, 0 deletions
diff --git a/odb/boost/date-time/posix-time-mssql.options b/odb/boost/date-time/posix-time-mssql.options
new file mode 100644
index 0000000..e9821c8
--- /dev/null
+++ b/odb/boost/date-time/posix-time-mssql.options
@@ -0,0 +1,13 @@
+# file : odb/boost/date-time/posix-time-mssql.options
+# author : Constantin Michael <constantin@codesynthesis.com>
+# copyright : Copyright (c) 2009-2011 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 <odb/boost/date-time/mssql/posix-time-mapping.hxx>'
+
+--hxx-prologue '#include <odb/boost/date-time/mssql/posix-time-traits.hxx>'