summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 919e880..808e18f 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -378,6 +378,12 @@ public:
return m.count ("id");
}
+ static bool
+ auto_ (semantics::data_member& m)
+ {
+ return m.count ("auto");
+ }
+
// The member scope is used to override readonly status when a readonly
// class (object or composite value) inherits from a readwrite base.
//