summaryrefslogtreecommitdiff
path: root/odb/semantics/enum.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/enum.cxx')
-rw-r--r--odb/semantics/enum.cxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/odb/semantics/enum.cxx b/odb/semantics/enum.cxx
index ea23d1e..31afb83 100644
--- a/odb/semantics/enum.cxx
+++ b/odb/semantics/enum.cxx
@@ -8,6 +8,23 @@
namespace semantics
{
+ enumerates::
+ enumerates ()
+ {
+ }
+
+ enumerator::
+ enumerator (path const& file, size_t line, size_t column)
+ : node (file, line, column)
+ {
+ }
+
+ enum_::
+ enum_ (path const& file, size_t line, size_t column, tree tn)
+ : node (file, line, column), type (tn)
+ {
+ }
+
// type info
//
namespace