summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 9c52282..9bd0057 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -1317,6 +1317,10 @@ public:
static unsigned short const test_readwrite_container = 0x80;
static unsigned short const test_smart_container = 0x100;
+ // Exclude versioned containers.
+ //
+ static unsigned short const exclude_versioned = 0x200;
+
// Treat eager loaded members as belonging to the main section.
// If this flag is specified, then section must be main_section.
//