summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index be612f7..df32cdd 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -1460,6 +1460,8 @@ public:
bool multi_static;
bool multi_dynamic;
+ bool force_versioned; // Force statement processing for debugging.
+
// Outermost object or view currently being traversed.
//
semantics::class_*& top_object;