]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Explicitly name template args for instantiation, to make Intel ICC happier.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 19 Apr 2002 10:26:34 +0000 (10:26 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 19 Apr 2002 10:26:34 +0000 (10:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@5688 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/table_handler.cc

index 4fec9b5a4d53e80891a9ad95274d7aed97c604b4..4009e03d170a059cbe34e905e7859e25165c6f80 100644 (file)
@@ -500,17 +500,17 @@ template class TableEntry<std::string>;
 
 
 template
-void TableHandler::add_value<> (const std::string &,
-                               const double);
+void TableHandler::add_value<double> (const std::string &,
+                                     const double);
 
 template
-void TableHandler::add_value<> (const std::string &,
-                               const int);
+void TableHandler::add_value<int> (const std::string &,
+                                  const int);
 
 template
-void TableHandler::add_value<> (const std::string &,
-                               const unsigned int);
+void TableHandler::add_value<unsigned int> (const std::string &,
+                                           const unsigned int);
 
 template
-void TableHandler::add_value<> (const std::string &,
-                               const std::string);
+void TableHandler::add_value<std::string> (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.