aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/parser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/parser.cxx b/odb/parser.cxx
index 63fd342..c257305 100644
--- a/odb/parser.cxx
+++ b/odb/parser.cxx
@@ -983,7 +983,7 @@ emit_template_decl (tree decl)
tree t (TREE_TYPE (s));
tree d (TYPE_NAME (t));
- ts << "\tspecialization" << t << " at "
+ ts << "\tspecialization " << t << " at "
<< DECL_SOURCE_FILE (d) << ":"
<< DECL_SOURCE_LINE (d) << endl;
}
@@ -996,7 +996,7 @@ emit_template_decl (tree decl)
tree t (TREE_VALUE (i));
tree d (TYPE_NAME (t));
- ts << "\tinstantiation" << t << " at "
+ ts << "\tinstantiation " << t << " at "
<< DECL_SOURCE_FILE (d) << ":"
<< DECL_SOURCE_LINE (d) << endl;
}