]> https://gitweb.dealii.org/ - dealii.git/commit
Work around a problem of Suns Forte compiler which cant handle the case that an enum...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 20 Mar 2002 12:49:59 +0000 (12:49 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 20 Mar 2002 12:49:59 +0000 (12:49 +0000)
commit02d2acc0849c070782a47ebedaf09e1d42454801
treeda0abd23d119ef2863255d2518732e9ca0d7aa98
parent616a2fcbcc29ca9c98ee94b426dd8adb9335c429
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.