From c31fc72be48b037fff1cc2b46a812d20d4b601c4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Mar 2011 11:07:43 +0200 Subject: Cache current context in static variable --- odb/context.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/context.hxx') diff --git a/odb/context.hxx b/odb/context.hxx index 23eb457..d7bfa0d 100644 --- a/odb/context.hxx +++ b/odb/context.hxx @@ -424,6 +424,7 @@ public: semantics::unit&, options_type const&, data_ptr = data_ptr ()); + context (const context&); static context& -- cgit v1.1