]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Doc update.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 May 1999 11:33:36 +0000 (11:33 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 May 1999 11:33:36 +0000 (11:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@1298 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/tria_iterator.templates.h

index 6a336cf86919088841c2a631ed36d57f07b57f84..efd3b5985a6c17d57f4864f97f5e62cceca2119f 100644 (file)
@@ -67,6 +67,17 @@ template <int dim, typename Accessor>
 inline
 bool
 TriaRawIterator<dim,Accessor>::operator != (const TriaRawIterator<dim,Accessor> &i) const {
+                                  // Note that at times, there is a problem
+                                  // with egcs 1.1 that makes it choose
+                                  // the global STL operator != (which
+                                  // does only !(a==b)) over the member 
+                                  // function one, which then results in an
+                                  // error because the operator == of
+                                  // the accessor class is
+                                  // not made public. Strange... don't know
+                                  // whose fault it is.
+                                  //
+                                  // Work around the problem this way:
   return accessor.operator != (i.accessor);
 };
 

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.