From 1b2da148946713f57dfe883c25953c488889e5a9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Nov 2010 14:52:34 +0200 Subject: Add support for standard and custom ODB compilation prologues and epilogues --- odb/options.cli | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'odb/options.cli') diff --git a/odb/options.cli b/odb/options.cli index 5d24f8a..8c9a965 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -218,6 +218,24 @@ class options schema file." }; + // ODB compilation prologue/epilogue. + // + std::vector --odb-prologue + { + "", + "Compile before the input header file. This option allows you + to add additional declarations, such as custom traits specializations, + to the ODB compilation process." + }; + + std::vector --odb-epilogue + { + "", + "Compile after the input header file. This option allows you + to add additional declarations, such as custom traits specializations, + to the ODB compilation process." + }; + // Include options. // bool --include-with-brackets -- cgit v1.1