]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Work around a problem of Suns Forte compiler which cant handle the case that an enum...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Mar 2002 12:49:59 +0000 (12:49 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Mar 2002 12:49:59 +0000 (12:49 +0000)
commitcb8aa95afa74b9f7b904f5793e6f83dbb393022f
tree2d1bfc42c9c997aa349236defb89e962ac783aac
parent8e7b2f8e2968909d580d54daef4865b971264e4f
Work around a problem of Suns Forte compiler which cant handle the case that an enum or a class in a namespace has the same name as the namespace itself, as in
/* ----------------------------------------------- */
/* Problem 10 -- Members with the same name as the */
/* enclosing namespace.                            */
namespace NS3 {
  class NS3 {};
};
NS3::NS3 ns3;

Thus rename the IteratorState enum in the IteratorState namespace into IteratorState_s_.

git-svn-id: https://svn.dealii.org/trunk@5601 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/doc/news/2002/c-3-3.html

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.