]> https://gitweb.dealii.org/ - dealii.git/commit
The problem icc had was that the class both declared an enter() function, but
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 25 Mar 2005 16:30:41 +0000 (16:30 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 25 Mar 2005 16:30:41 +0000 (16:30 +0000)
commitb2df3bdfc16c2cadda53ba54a7eeda6b71831da4
tree725d344e088df49c6243da6519c099dbaf0a9782
parent18945456592633c38f75e4165d36fb6e8d1fbfca
The problem icc had was that the class both declared an enter() function, but
then also made a function of the same signature visible in this class. My
initial attempt removed the function and replaced it with a using declaration,
which however in the sense of gcc conflicted with the other using declaration
(old vs new-style). Resolve this by only removing the new function -- it
called the old one anyway, and there already was a using declaration.

git-svn-id: https://svn.dealii.org/trunk@10243 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/lac/include/lac/block_matrix_array.h

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.