summaryrefslogtreecommitdiff
path: root/odb/semantics/union-template.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/union-template.cxx')
-rw-r--r--odb/semantics/union-template.cxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/odb/semantics/union-template.cxx b/odb/semantics/union-template.cxx
index 6aa192b..ea235e7 100644
--- a/odb/semantics/union-template.cxx
+++ b/odb/semantics/union-template.cxx
@@ -8,6 +8,21 @@
namespace semantics
{
+ union_template::
+ union_template (path const& file, size_t line, size_t column)
+ : node (file, line, column)
+ {
+ }
+
+ union_instantiation::
+ union_instantiation (path const& file,
+ size_t line,
+ size_t column,
+ tree tn)
+ : node (file, line, column), type (tn)
+ {
+ }
+
// type info
//
namespace