summaryrefslogtreecommitdiff
path: root/odb/semantics/template.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/template.hxx')
-rw-r--r--odb/semantics/template.hxx20
1 files changed, 5 insertions, 15 deletions
diff --git a/odb/semantics/template.hxx b/odb/semantics/template.hxx
index b610cfb..8667dc6 100644
--- a/odb/semantics/template.hxx
+++ b/odb/semantics/template.hxx
@@ -46,9 +46,7 @@ namespace semantics
using nameable::add_edge_right;
protected:
- template_ ()
- {
- }
+ template_ ();
private:
instantiated instantiated_;
@@ -77,9 +75,7 @@ namespace semantics
}
public:
- instantiates ()
- {
- }
+ instantiates ();
void
set_left_node (instantiation_type& n)
@@ -126,9 +122,7 @@ namespace semantics
}
protected:
- instantiation ()
- {
- }
+ instantiation ();
private:
instantiates_type* instantiates_;
@@ -141,17 +135,13 @@ namespace semantics
class type_template: public template_
{
protected:
- type_template ()
- {
- }
+ type_template ();
};
class type_instantiation: public virtual type, public instantiation
{
protected:
- type_instantiation ()
- {
- }
+ type_instantiation ();
};
}