summaryrefslogtreecommitdiff
path: root/odb/semantics/class.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-10 09:10:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-21 15:39:59 +0200
commitdcb7bcd541f77b280e5733da9ec1eb24574e0d9e (patch)
treee39b99a1dfa9db4fbbac02462923523e3de331a9 /odb/semantics/class.hxx
parent7ae497743c7b042904fe1f6b4153ab3f4763ff2b (diff)
Add default_ctor() to semantics::class_
Use it in the code generators instead of calling the GCC AST macro.
Diffstat (limited to 'odb/semantics/class.hxx')
-rw-r--r--odb/semantics/class.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/semantics/class.hxx b/odb/semantics/class.hxx
index 924cfdd..2d86cff 100644
--- a/odb/semantics/class.hxx
+++ b/odb/semantics/class.hxx
@@ -88,6 +88,10 @@ namespace semantics
}
public:
+ bool
+ default_ctor () const;
+
+ public:
class_ (path const&, size_t line, size_t column, tree);
void