]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around a rather irritating problem in icc7.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Apr 2003 19:32:09 +0000 (19:32 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Apr 2003 19:32:09 +0000 (19:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@7495 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/filtered_iterator.h

index 99e96ab641c562c6f1dfd1598808a0a21603d1df..ce13fdf2306e4db300ded95b2c441f8a583684ac 100644 (file)
@@ -674,6 +674,12 @@ class FilteredIterator : public BaseIterator
                                      * the constructor.
                                      */
     const PredicateBase * predicate;
+
+#ifdef DEAL_II_NESTED_CLASS_FRIEND_BUG
+    template <typename T>
+    template <typename>
+    friend class FilteredIterator<T>::PredicateTemplate;
+#endif
 };
 
 

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.