]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mark explicit member template instantiations as such.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Mar 2002 09:41:24 +0000 (09:41 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Mar 2002 09:41:24 +0000 (09:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@5606 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/table_handler.cc

index fe6451631bccebe5b8d543c309c837659a667818..4fec9b5a4d53e80891a9ad95274d7aed97c604b4 100644 (file)
@@ -500,13 +500,17 @@ template class TableEntry<std::string>;
 
 
 template
-void TableHandler::add_value(const std::string &, const double);
+void TableHandler::add_value<> (const std::string &,
+                               const double);
 
 template
-void TableHandler::add_value(const std::string &, const int);
+void TableHandler::add_value<> (const std::string &,
+                               const int);
 
 template
-void TableHandler::add_value(const std::string &, const unsigned int);
+void TableHandler::add_value<> (const std::string &,
+                               const unsigned int);
 
 template
-void TableHandler::add_value(const std::string &, const std::string);
+void TableHandler::add_value<> (const std::string &,
+                               const std::string);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.