From b9fe963646367f2da21ba1053bc086bd17b09967 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Apr 2011 11:27:14 +0200 Subject: Implement id_type value type pragma --- odb/context.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/context.cxx') diff --git a/odb/context.cxx b/odb/context.cxx index 2d64885..8a85dcd 100644 --- a/odb/context.cxx +++ b/odb/context.cxx @@ -190,6 +190,7 @@ comp_value_ (semantics::class_& c) r = r && c.count ("value"); r = r && !c.count ("table"); r = r && !c.count ("type"); + r = r && !c.count ("id-type"); r = r && !c.count ("value-type"); r = r && !c.count ("index-type"); r = r && !c.count ("key-type"); -- cgit v1.1