]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bring output of template class in right order:
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 14 Nov 2000 17:54:58 +0000 (17:54 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 14 Nov 2000 17:54:58 +0000 (17:54 +0000)
  template <class X> class Y;
instead of
  class Y<class X>;
The reason is that the latter leads to confusing for specialized
classes:
  class Y<int, X><class X>;
when the declaration was
  template <class X> class Y<int,X>;

git-svn-id: https://svn.dealii.org/trunk@3491 0785d39b-7218-0410-832d-ea1e28bc413d


No differences found

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.