From f3f682c074117fda84bf51a4ce9a378d950a04de Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 30 Aug 2013 06:06:26 +0200 Subject: Statement processing/optimization base work --- odb/context.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/context.hxx') 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; -- cgit v1.1