]> https://gitweb.dealii.org/ - dealii-svn.git/commit
The problem icc had was that the class both declared an enter() function, but
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 25 Mar 2005 16:30:41 +0000 (16:30 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 25 Mar 2005 16:30:41 +0000 (16:30 +0000)
commit4662f3161b14d741540868aaff65ef426ad116c1
tree3aa8a4bc219a4388736dce8fba10a61af6cd08af
parentd4de931822bb205f7da611545ddb1371d3591f32
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.