]> https://gitweb.dealii.org/ - dealii.git/commit
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)
commit1e0dd8a6e65d08512788b0fbff7fe178d97a3c6b
tree56e5b9853aa3439ecfbf3550c329a4c2621c1816
parente4e875afe001614b2b48f0dd0db03f50b87bd520
Bring output of template class in right order:
  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

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.