aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/date-time/posix-time-mysql.options
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-02 15:58:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-02 15:58:39 +0200
commit7149e01a1e3b8e8e2b6eca65b5da35500d83b88f (patch)
treed4ea588162aec1c26b54ef86acc2b3914a06e134 /odb/boost/date-time/posix-time-mysql.options
parent8eccd5b6cdfd8b60a74f539bdca8439ef6af5611 (diff)
Include default mapping in prologue instead of epilogue
This will allow the user to customize the mapping.
Diffstat (limited to 'odb/boost/date-time/posix-time-mysql.options')
-rw-r--r--odb/boost/date-time/posix-time-mysql.options6
1 files changed, 5 insertions, 1 deletions
diff --git a/odb/boost/date-time/posix-time-mysql.options b/odb/boost/date-time/posix-time-mysql.options
index e87e11e..ec0a5a6 100644
--- a/odb/boost/date-time/posix-time-mysql.options
+++ b/odb/boost/date-time/posix-time-mysql.options
@@ -5,5 +5,9 @@
--profile boost/version
---odb-epilogue '#include <odb/boost/date-time/mysql/posix-time-mapping.hxx>'
+# 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/mysql/posix-time-mapping.hxx>'
+
--hxx-prologue '#include <odb/boost/date-time/mysql/posix-time-traits.hxx>'