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